Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- api:
- dashboard: 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 protected]
- storage: acme.json
- httpChallenge:
- entryPoint: http
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement