Skip to content

Commit

Permalink
updated traefik to 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Feb 15, 2020
1 parent fc78f8e commit 5aaa77f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dothdns/container_configs/container_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ class TraefikConfig(ContainerBaseConfig):
"""Config for traefik container"""

name = "traefik" #: DO NOT CHANGE
image = "traefik:v2.0"
image = "traefik:v2.1"
ports: Dict[str, Union[str, List[Optional[str]]]] = {
"80": "80",
"443": "443",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
[tls.options]
[tls.options.default]
minVersion = "VersionTLS13"
curvePreferences = ["X25519", "CurveP521", "CurveP384"]
sniStrict = true
cipherSuites = [
"TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384",
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
Expand Down

0 comments on commit 5aaa77f

Please sign in to comment.