aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2020-10-03 14:33:15 +0200
committernodiscc <nodiscc@gmail.com>2020-10-03 14:35:06 +0200
commitbb176441cb7cf2b08c0a4ee321a74ffe4f11449b (patch)
tree86a60d363da01bbd7d7c5b51acec00a0ea05ff00 /docker-compose.yml
parent7b18876361f2223672f3a2cac9fc0da16d12d69f (diff)
downloadShaarli-bb176441cb7cf2b08c0a4ee321a74ffe4f11449b.tar.gz
Shaarli-bb176441cb7cf2b08c0a4ee321a74ffe4f11449b.tar.zst
Shaarli-bb176441cb7cf2b08c0a4ee321a74ffe4f11449b.zip
docker-compose.yml: pin traefik image to 1.7-alpine
- fixes https://github.com/shaarli/Shaarli/issues/1493 - https://hub.docker.com/_/traefik/
Diffstat (limited to 'docker-compose.yml')
-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"