From 160ab21fd3eb62244de5b4f7d55dabab5f45810b Mon Sep 17 00:00:00 2001 From: Jan Szumotalski Date: Wed, 12 Mar 2025 20:19:37 +0100 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8edd8d7..e93c892 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ git submodule update The project is adjusted to use of certbot. This command might come in handy: ``` -docker run --rm --name certbot -v "./cert/www:/var/www/certbot/:rw" -v "./cert/conf:/etc/letsencrypt/:rw" certbot/certbot certonly --webroot --webroot-path /var/www/certbot/ -d +docker run --rm --name certbot -v ":/var/www/certbot/:rw" -v ":/etc/letsencrypt/:rw" certbot/certbot certonly --webroot --webroot-path /var/www/certbot/ -d ``` -Replace `` at the end with your domain name. +Replace `` at the end with your domain name and add proper absolute `PATHS`. ## Things to change Change following files: