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:
parent
62e8ff241c
commit
6b1e6eb06c
|
@ -23,7 +23,8 @@
|
||||||
# https://doc.traefik.io/traefik/v2.4/https/acme/#configuration-examples
|
# https://doc.traefik.io/traefik/v2.4/https/acme/#configuration-examples
|
||||||
[certificatesResolvers.leresolver.acme]
|
[certificatesResolvers.leresolver.acme]
|
||||||
email = "info@example.com"
|
email = "info@example.com"
|
||||||
storage = "acme.json"
|
storage = "acme/acme.json"
|
||||||
|
|
||||||
[certificatesResolvers.leresolver.acme.httpChallenge]
|
[certificatesResolvers.leresolver.acme.httpChallenge]
|
||||||
# used during the challenge
|
# used during the challenge
|
||||||
entryPoint = "web"
|
entryPoint = "web"
|
||||||
|
|
Loading…
Reference in a new issue