Compare commits
2 commits
aaebd3872f
...
a33c5f3088
Author | SHA1 | Date | |
---|---|---|---|
a33c5f3088 | |||
11d5214a9d |
2 changed files with 5 additions and 7 deletions
|
@ -3,9 +3,7 @@ tls:
|
||||||
default:
|
default:
|
||||||
minVersion: VersionTLS12
|
minVersion: VersionTLS12
|
||||||
cipherSuites:
|
cipherSuites:
|
||||||
- TLS_CHACHA20_POLY1305_SHA256
|
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
|
||||||
- TLS_AES_128_GCM_SHA256
|
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
|
||||||
- TLS_AES_256_GCM_SHA384
|
|
||||||
- TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
|
|
||||||
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
|
||||||
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
proxy:
|
proxy:
|
||||||
image: traefik:v2.3
|
image: traefik:v2.4.9
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|
Loading…
Reference in a new issue