adapt traefik.toml to volume mount

use acme/acme.json to avoid the issue with the directory (see previous commit)
This commit is contained in:
gluap 2021-10-20 23:17:08 +02:00 committed by Paul Bienkowski
parent 62e8ff241c
commit 6b1e6eb06c

View file

@ -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"