Merge pull request #1581 from nodiscc/compose-traefik-version

docker-compose.yml: pin traefik image to 1.7-alpine
This commit is contained in:
nodiscc 2020-10-04 11:33:57 +00:00 committed by GitHub
commit fc4d1b6796
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"