Skip to content

Commit 3185f51

Browse files
committed
docs: README Update
1 parent e6bcd39 commit 3185f51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using [**Cloudflare**](https://www.cloudflare.com) DNS
2020

2121
```bash
2222
docker run \
23-
--name certbot-cloudflare \
23+
--name certbot \
2424
-e CF_EMAIL="admin@example.com" \
2525
-e CF_CREDENTIALS_FILE="/etc/certbot/cloudflare.ini" \
2626
-e CF_PROPAGATION_SECONDS="60" \ # optional
@@ -32,7 +32,7 @@ docker run \
3232
-v /var/run/docker.sock:/var/run/docker.sock \ # optional (only for docker commands in DEPLOY_HOOK)
3333
--detach \
3434
--restart always \
35-
scalified/cron
35+
scalified/certbot-cloudflare
3636
```
3737

3838
## Scalified Links

0 commit comments

Comments
 (0)