Merge pull request #5 from mrckndt/explicit-webroot-volume

Set webroot volume name
This commit is contained in:
Marco 2021-06-28 13:05:27 +02:00 committed by GitHub
commit 500ee3d3f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,6 @@ cp PATH-TO-KEY.PEM ./volumes/web/cert/key-no-password.pem
For using Let's Encrypt you can follow this guide LINK or use the this Bash script scripts/issue-certificate.sh. Make sure to adjust `mm.example.com` to match your domain configured in step 2.
```
sudo docker volume create shared-webroot
bash scripts/issue-certificate.sh -d mm.example.com -o ${PWD}/certs
```

View File

@ -31,6 +31,7 @@ services:
# Shared volume for Let's Encrypt certificate renewal with a webroot
volumes:
shared-webroot:
name: shared-webroot
# This network name is being used for Let's Encrypt certificate renewal
networks: