From a2f8a01119b3a966c9b5a0366a1062e1050d9801 Mon Sep 17 00:00:00 2001 From: Michael 'Flimmy' Flemming Date: Thu, 11 Dec 2025 12:04:24 +0100 Subject: [PATCH] explicitly list commented certs env_var and its default --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index bcdeae5..cdc3d2d 100644 --- a/.env.example +++ b/.env.example @@ -66,6 +66,7 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt" # # The certificates need to be copied into ./certs/, the absolute path inside the container is /certs/. # You can also use TRAEFIK_CERTS_DIR=/path/on/host to set the path to the certificates directory. +#TRAEFIK_CERTS_DIR=./certs # Enable the access log for Traefik by setting the following variable to true. TRAEFIK_ACCESS_LOG= # Configure the log level for Traefik.