forked from mirrors/mattermost-docker
add commented paths in case Let's Encrypt will be used
This commit is contained in:
parent
8dab4028fd
commit
99efe02e56
@ -33,6 +33,8 @@ NGINX_DHPARAMS_FILE=./nginx/dhparams4096.pem
|
||||
|
||||
CERT_PATH=./volumes/web/cert/cert.pem
|
||||
KEY_PATH=./volumes/web/cert/key-no-password.pem
|
||||
#CERT_PATH=./certs/etc/letsencrypt/live/mm.example.com/fullchain.pem
|
||||
#KEY_PATH=./certs/etc/letsencrypt/live/mm.example.com/privkey.pem
|
||||
|
||||
## Exposed ports to the host. Inside the container 80 and 443 will be used
|
||||
HTTPS_PORT=443
|
||||
|
Loading…
Reference in New Issue
Block a user