forked from mirrors/mattermost-docker
Merge pull request #5 from mrckndt/explicit-webroot-volume
Set webroot volume name
This commit is contained in:
commit
500ee3d3f6
@ -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
|
||||
```
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user