]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - docker-compose.yml
Fix confirm popup before bookmark deletion
[github/shaarli/Shaarli.git] / docker-compose.yml
index fc68bf30f038ef5697559c29160c187335f08b5b..a3de4b1c42424a2fcd25fccc17513b11e8556a5d 100644 (file)
@@ -1,8 +1,13 @@
 ---
-# Shaarli - Docker Compose script
+# Shaarli - Docker Compose example configuration
 #
 # See:
 # - https://shaarli.readthedocs.io/en/master/docker/shaarli-images/
+# - https://shaarli.readthedocs.io/en/master/guides/install-shaarli-with-debian9-and-docker/
+#
+# Environment variables:
+# - SHAARLI_VIRTUAL_HOST      Fully Qualified Domain Name for the Shaarli instance
+# - SHAARLI_LETSENCRYPT_EMAIL Contact email for certificate renewal
 version: '3'
 
 networks:
@@ -28,7 +33,7 @@ services:
       traefik.frontend.rule: "Host:${SHAARLI_VIRTUAL_HOST}"
 
   traefik:
-    image: traefik
+    image: traefik:1.7-alpine
     command:
       - "--defaultentrypoints=http,https"
       - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https"