From 99975c3ca9b1463d165980d29aab3778c166d656 Mon Sep 17 00:00:00 2001 From: Maks Rafalko Date: Sun, 22 Sep 2024 23:23:00 +0200 Subject: [PATCH] Fix incorrect command in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1518db3..3d8f2c1 100644 --- a/README.md +++ b/README.md @@ -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 ```