summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2019-09-25 07:51:10 +0200
committerGravatar GitHub <noreply@github.com> 2019-09-25 07:51:10 +0200
commit891e8ef7829a2760df794ad1d4e3c664fade3cca (patch)
treef5eca1606f58e0998db7aff75d81f143f8b703be
parent1402db4cbc0fa4ff161fcbc3acb61d1894d603b2 (diff)
Explicit Traefik 1.7 (#2533)
Traefik 2.0 has some breaking changes. Making the use of version 1.7 explicit while waiting for upgrading to 2.0 https://community.containo.us/t/traefik-release-v2-0-0/1628
-rw-r--r--Docker/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docker/README.md b/Docker/README.md
index 9de1d5033..4146a57dd 100644
--- a/Docker/README.md
+++ b/Docker/README.md
@@ -36,7 +36,7 @@ docker run -d --restart unless-stopped --log-opt max-size=10m \
--net freshrss-network \
-p 80:80 \
-p 443:443 \
- --name traefik traefik --docker \
+ --name traefik traefik:1.7 --docker \
--loglevel=info \
--entryPoints='Name:http Address::80 Compress:true Redirect.EntryPoint:https' \
--entryPoints='Name:https Address::443 Compress:true TLS TLS.MinVersion:VersionTLS12 TLS.SniStrict:true TLS.CipherSuites:TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA' \