From 610fb213348a561af0a5d4f7742ee09e27ffe12d Mon Sep 17 00:00:00 2001 From: Christian Galo Date: Sun, 6 Aug 2023 20:28:03 +0000 Subject: [PATCH] rename "default" option --- compose.yaml | 2 +- file-provider.yaml.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 9fabf98..9f60911 100644 --- a/compose.yaml +++ b/compose.yaml @@ -37,7 +37,7 @@ 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=default@file" + - "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 c735e28..872743b 100644 --- a/file-provider.yaml.tmpl +++ b/file-provider.yaml.tmpl @@ -13,7 +13,7 @@ http: tls: options: - default: + default1: minVersion: VersionTLS12 cipherSuites: - TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 # TLS 1.2