X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docker-compose.yml;h=a3de4b1c42424a2fcd25fccc17513b11e8556a5d;hb=9952de2fe0d7e6b2c45d551ae523ddd796653c7d;hp=e8ea4271267fb4f02659b78ebf17295ebc9d73b6;hpb=905f8675a728841b03b300d2c7dc909a1c4f7f03;p=github%2Fshaarli%2FShaarli.git 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"