]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
docker-compose.yml: pin traefik image to 1.7-alpine 1581/head
authornodiscc <nodiscc@gmail.com>
Sat, 3 Oct 2020 12:33:15 +0000 (14:33 +0200)
committernodiscc <nodiscc@gmail.com>
Sat, 3 Oct 2020 12:35:06 +0000 (14:35 +0200)
- fixes https://github.com/shaarli/Shaarli/issues/1493
- https://hub.docker.com/_/traefik/

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"