mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-30 21:23:49 +00:00
Update traefik.yml
fix false claims
This commit is contained in:
parent
fc1643ce84
commit
583bfdcc0a
|
@ -110,11 +110,11 @@ providers:
|
|||
certificatesResolvers:
|
||||
myresolver:
|
||||
acme:
|
||||
email: <CF-EMAIL-ADDRESS> # change to your provider account email address. The API token is defined in the docker-compose.yml as environment variable
|
||||
email: example@example.com # the email address used for ssl certificate registration
|
||||
storage: /etc/traefik/acme.json
|
||||
dnsChallenge:
|
||||
provider: cloudflare
|
||||
# Used to make sure the dns challenge is propagated to the rights dns servers
|
||||
# Used to make sure the dns challenge is propagated to the right dns servers
|
||||
resolvers:
|
||||
- "1.1.1.1:53"
|
||||
- "1.0.0.1:53"
|
||||
|
|
Loading…
Reference in New Issue
Block a user