Browse Source

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
Alexandre Alapetite 6 năm trước cách đây
mục cha
commit
891e8ef782
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Docker/README.md

+ 1 - 1
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' \