From: nodiscc Date: Sat, 3 Oct 2020 12:33:15 +0000 (+0200) Subject: docker-compose.yml: pin traefik image to 1.7-alpine X-Git-Tag: v0.12.0-beta-2~6^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=bb176441cb7cf2b08c0a4ee321a74ffe4f11449b;hp=7b18876361f2223672f3a2cac9fc0da16d12d69f;p=github%2Fshaarli%2FShaarli.git docker-compose.yml: pin traefik image to 1.7-alpine - fixes https://github.com/shaarli/Shaarli/issues/1493 - https://hub.docker.com/_/traefik/ --- diff --git a/docker-compose.yml b/docker-compose.yml index e8ea4271..a3de4b1c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"