diff options
Diffstat (limited to 'docker-compose.yml')
-rw-r--r-- | docker-compose.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |||
33 | traefik.frontend.rule: "Host:${SHAARLI_VIRTUAL_HOST}" | 33 | traefik.frontend.rule: "Host:${SHAARLI_VIRTUAL_HOST}" |
34 | 34 | ||
35 | traefik: | 35 | traefik: |
36 | image: traefik | 36 | image: traefik:1.7-alpine |
37 | command: | 37 | command: |
38 | - "--defaultentrypoints=http,https" | 38 | - "--defaultentrypoints=http,https" |
39 | - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https" | 39 | - "--entrypoints=Name:http Address::80 Redirect.EntryPoint:https" |