From bb176441cb7cf2b08c0a4ee321a74ffe4f11449b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 3 Oct 2020 14:33:15 +0200 Subject: docker-compose.yml: pin traefik image to 1.7-alpine - fixes https://github.com/shaarli/Shaarli/issues/1493 - https://hub.docker.com/_/traefik/ --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3