Merge pull request #1581 from nodiscc/compose-traefik-version
docker-compose.yml: pin traefik image to 1.7-alpine
This commit is contained in:
commit
fc4d1b6796
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ services:
|
||||||
traefik.frontend.rule: "Host:${SHAARLI_VIRTUAL_HOST}"
|
traefik.frontend.rule: "Host:${SHAARLI_VIRTUAL_HOST}"
|
||||||
|
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik
|
image: traefik:1.7-alpine
|
||||||
command:
|
command:
|
||||||
- "--defaultentrypoints=http,https"
|
- "--defaultentrypoints=http,https"
|
||||||
- "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https"
|
- "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https"
|
||||||
|
|
Loading…
Reference in a new issue