Skip to content

Instantly share code, notes, and snippets.

@containeroo-gists
Created November 12, 2019 09:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save containeroo-gists/373247c3c54a11272b65daf99bca6fc4 to your computer and use it in GitHub Desktop.
Save containeroo-gists/373247c3c54a11272b65daf99bca6fc4 to your computer and use it in GitHub Desktop.
api:
dashboard: true
debug: true
entryPoints:
http:
address: ":80"
https:
address: ":443"
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false
certificatesResolvers:
cloudflare:
acme:
email: your@email.com
storage: acme.json
dnsChallenge:
provider: cloudflare
resolvers:
- "1.1.1.1:53"
- "1.0.0.1:53"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment