You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in the traefik.http.yml file in order to get letsencrypt folder mapped correctly to local filesystem from docker compose, the certresolver section should be changed this way:
certificatesResolvers:
myresolver:
acme:
email: [email protected]storage: /letsencrypt/acme.jsonhttpChallenge:
entryPoint: web
storage key with value acme.json alone, would not map correctly the file.
in the
traefik.http.yml
file in order to getletsencrypt
folder mapped correctly to local filesystem from docker compose, the certresolver section should be changed this way:storage
key with valueacme.json
alone, would not map correctly the file.Ref.
https://doc.traefik.io/traefik/user-guides/docker-compose/acme-http/#setup
The text was updated successfully, but these errors were encountered: