]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - docker-compose.yml
docker-compose.yml: pin traefik image to 1.7-alpine
[github/shaarli/Shaarli.git] / docker-compose.yml
index e8ea4271267fb4f02659b78ebf17295ebc9d73b6..a3de4b1c42424a2fcd25fccc17513b11e8556a5d 100644 (file)
@@ -33,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"