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:
parent
7b18876361
commit
bb176441cb
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue