diff --git a/compose.yaml b/compose.yaml index 9f60911..b0e01a9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -37,7 +37,6 @@ services: - "traefik.http.routers.traefik.rule=Host(`${DOMAIN}`)" - "traefik.http.routers.traefik.entrypoints=web-secure" - "traefik.http.routers.traefik.tls.certresolver=${LETS_ENCRYPT_ENV}" - - "traefik.http.routers.traefik.tls.options=default1@file" - "traefik.http.routers.traefik.service=api@internal" - "traefik.http.routers.traefik.middlewares=security@file" diff --git a/file-provider.yaml.tmpl b/file-provider.yaml.tmpl index 872743b..c735e28 100644 --- a/file-provider.yaml.tmpl +++ b/file-provider.yaml.tmpl @@ -13,7 +13,7 @@ http: tls: options: - default1: + default: minVersion: VersionTLS12 cipherSuites: - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 # TLS 1.2