Advertisement
rnaff

Untitled

Jan 19th, 2021
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. api:
  2. dashboard: true
  3.  
  4. entryPoints:
  5. http:
  6. address: ":80"
  7. https:
  8. address: ":443"
  9.  
  10. providers:
  11. docker:
  12. endpoint: "unix:///var/run/docker.sock"
  13. exposedByDefault: false
  14.  
  15. file:
  16. filename: /config.yml
  17.  
  18. certificatesResolvers:
  19. http:
  20. acme:
  21. storage: acme.json
  22. httpChallenge:
  23. entryPoint: http
  24.  
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement