X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docker-compose.yml;fp=docker-compose.yml;h=a3de4b1c42424a2fcd25fccc17513b11e8556a5d;hb=bb176441cb7cf2b08c0a4ee321a74ffe4f11449b;hp=e8ea4271267fb4f02659b78ebf17295ebc9d73b6;hpb=7b18876361f2223672f3a2cac9fc0da16d12d69f;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"