Skip to content

Instantly share code, notes, and snippets.

@containeroo-gists
Last active February 12, 2022 19:24
Show Gist options
  • Save containeroo-gists/866810758db56ea33a9c59390c18ea81 to your computer and use it in GitHub Desktop.
Save containeroo-gists/866810758db56ea33a9c59390c18ea81 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
file:
filename: /config.yml
certificatesResolvers:
http:
acme:
email: email@example.com
storage: acme.json
httpChallenge:
entryPoint: http
@Dr0nen
Copy link

Dr0nen commented Oct 20, 2020

Thank You Robin. My contribution pales by comparison to yours.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment