docker-compose.yml: pin traefik image to 1.7-alpine

- fixes https://github.com/shaarli/Shaarli/issues/1493
- https://hub.docker.com/_/traefik/
This commit is contained in:
nodiscc 2020-10-03 14:33:15 +02:00
parent 7b18876361
commit bb176441cb

View 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"