Skip to content

Commit

Permalink
Fix incorrect command in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maks-rafalko committed Sep 22, 2024
1 parent 921b092 commit 99975c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ docker run -it --rm --name certbot \
-v "./secrets/certbot/www/:/var/www/certbot/" \
-v "./secrets/certbot/conf/:/etc/letsencrypt/" \
-v "./secrets/digitalocean-token.ini/:/secrets/digitalocean-token.ini" \
certbot/dns-digitalocean certonly renew
certbot/dns-digitalocean renew
```

0 comments on commit 99975c3

Please sign in to comment.