[Traefik] Fix ACME entrypoint

This commit is contained in:
Quentin Duchemin 2020-09-04 14:55:06 +02:00
parent a392ea89a9
commit b517050f38

View File

@ -36,4 +36,4 @@
email = "picasoft@assos.utc.fr"
storage = "/certs/acme.json"
[certificatesResolvers.letsencrypt.acme.httpChallenge]
entryPoint = "http"
entryPoint = "web"