aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-10-04 11:33:57 +0000
committerGitHub <noreply@github.com>2020-10-04 11:33:57 +0000
commitfc4d1b679624aabd9204c3c63ee1e51713a51125 (patch)
tree86a60d363da01bbd7d7c5b51acec00a0ea05ff00
parent7b18876361f2223672f3a2cac9fc0da16d12d69f (diff)
parentbb176441cb7cf2b08c0a4ee321a74ffe4f11449b (diff)
downloadShaarli-fc4d1b679624aabd9204c3c63ee1e51713a51125.tar.gz
Shaarli-fc4d1b679624aabd9204c3c63ee1e51713a51125.tar.zst
Shaarli-fc4d1b679624aabd9204c3c63ee1e51713a51125.zip
Merge pull request #1581 from nodiscc/compose-traefik-version
docker-compose.yml: pin traefik image to 1.7-alpine
-rw-r--r--docker-compose.yml2
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"