Disable auth for certbot webroot challenge.
This commit is contained in:
parent
a1ee2f85f8
commit
40a91f6d66
4 changed files with 21 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ docker build --no-cache -t notes-server .
|
|||
# Run the notes-server image.
|
||||
docker run -d \
|
||||
--name notes-server \
|
||||
-v "/var/www/html/notes/hugo/public:/usr/share/nginx/html" \
|
||||
-v "${PWD}/../hugo/public:/usr/share/nginx/html" \
|
||||
-p 42069:80 \
|
||||
notes-server
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue