Advertisement
Guest User

Untitled

a guest
Feb 29th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. certbot:
  2. image: linuxserver/letsencrypt
  3. container_name: letsencrypt
  4. cap_add:
  5. - NET_ADMIN
  6. environment:
  7. - PUID=1000
  8. - PGID=1000
  9. - TZ=Europe/London
  10. - URL=ai-demo.ch
  11. - SUBDOMAINS=wildcard,
  12. - VALIDATION=dns
  13. - DNSPLUGIN=cloudflare #optional
  14. - EMAIL=gretler.tim@gmail.com #optional
  15. - DHLEVEL=2048
  16.  
  17. volumes:
  18. - test:/config
  19. ports:
  20. - "443:443"
  21. - 80:80
  22. restart: unless-stopped
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement