We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6bcd39 commit 3185f51Copy full SHA for 3185f51
README.md
@@ -20,7 +20,7 @@ using [**Cloudflare**](https://www.cloudflare.com) DNS
20
21
```bash
22
docker run \
23
- --name certbot-cloudflare \
+ --name certbot \
24
-e CF_EMAIL="admin@example.com" \
25
-e CF_CREDENTIALS_FILE="/etc/certbot/cloudflare.ini" \
26
-e CF_PROPAGATION_SECONDS="60" \ # optional
@@ -32,7 +32,7 @@ docker run \
32
-v /var/run/docker.sock:/var/run/docker.sock \ # optional (only for docker commands in DEPLOY_HOOK)
33
--detach \
34
--restart always \
35
- scalified/cron
+ scalified/certbot-cloudflare
36
```
37
38
## Scalified Links
0 commit comments