cloudflare docker
This commit is contained in:
parent
9cf7435380
commit
148ab14401
|
|
@ -0,0 +1,7 @@
|
|||
services:
|
||||
certbot:
|
||||
image: certbot/dns-cloudflare
|
||||
volumes:
|
||||
- ./letsencrypt:/etc/letsencrypt
|
||||
- ./cloudflare:/cloudflare
|
||||
command: certonly --dns-cloudflare --dns-cloudflare-credentials /cloudflare/cloudflare.ini --email deine-email@example.com --agree-tos --no-eff-email -d mail.haiky.app
|
||||
Loading…
Reference in New Issue