From 482db222c80a1fe9412842aa950293be43bfa2e6 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Sat, 8 Feb 2025 23:12:15 +0100 Subject: [PATCH] Fix mistake in README to stop nginx command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edbba41..673924a 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ if required, run certbot to set the certificates. * First stop Nginx, as it is using port 80 -``sudo systemctl start nginx.service`` +``sudo systemctl stop nginx.service`` * Run this container, I doubt that i am understanding how it works properly though. `docker run -it --rm -p 80:80 --name certbot -v "/etc/letsencrypt:/etc/letsencrypt" -v "/var/lib/letsencrypt:/var/lib/letsencrypt" certbot/certbot certonly --standalone --break-my-certs -d matsubara.nl -d www.matsubara.nl -d pa4kev.nl -d www.pa4kev.nl -d michelaben.nl -d www.michelaben.nl -d gitea.matsubara.nl`