From 0ddef8a7f11be69847215d0e2ad0cc0848a9e4d0 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Wed, 6 May 2026 17:06:14 +0545 Subject: [PATCH] fix indent in cert example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 4f59454..c6a3091 100644 --- a/.env.example +++ b/.env.example @@ -58,8 +58,8 @@ TRAEFIK_SERVICES_TLS_CONFIG="tls.certresolver=letsencrypt" # certificates: # - certFile: /certs/opencloud.test.crt # keyFile: /certs/opencloud.test.key -# stores: -# - default +# stores: +# - default # # 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.