mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-02-07 09:01:02 +00:00
Update traefik.yml
fix false claims
This commit is contained in:
parent
fc1643ce84
commit
583bfdcc0a
|
@ -110,11 +110,11 @@ providers:
|
||||||
certificatesResolvers:
|
certificatesResolvers:
|
||||||
myresolver:
|
myresolver:
|
||||||
acme:
|
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
|
storage: /etc/traefik/acme.json
|
||||||
dnsChallenge:
|
dnsChallenge:
|
||||||
provider: cloudflare
|
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:
|
resolvers:
|
||||||
- "1.1.1.1:53"
|
- "1.1.1.1:53"
|
||||||
- "1.0.0.1:53"
|
- "1.0.0.1:53"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user