From 6b1e6eb06cb9ae8f8671f163ec4ed4469fe78f05 Mon Sep 17 00:00:00 2001 From: gluap <44007906+gluap@users.noreply.github.com> Date: Wed, 20 Oct 2021 23:17:08 +0200 Subject: [PATCH] adapt traefik.toml to volume mount use acme/acme.json to avoid the issue with the directory (see previous commit) --- deployment/examples/traefik.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deployment/examples/traefik.toml b/deployment/examples/traefik.toml index a4b1f5e..3988622 100644 --- a/deployment/examples/traefik.toml +++ b/deployment/examples/traefik.toml @@ -23,7 +23,8 @@ # https://doc.traefik.io/traefik/v2.4/https/acme/#configuration-examples [certificatesResolvers.leresolver.acme] email = "info@example.com" - storage = "acme.json" + storage = "acme/acme.json" + [certificatesResolvers.leresolver.acme.httpChallenge] # used during the challenge entryPoint = "web"