add commented paths in case Let's Encrypt will be used

This commit is contained in:
Marco Kundt 2021-04-22 15:57:59 +02:00
parent 8dab4028fd
commit 99efe02e56

View File

@ -33,6 +33,8 @@ NGINX_DHPARAMS_FILE=./nginx/dhparams4096.pem
CERT_PATH=./volumes/web/cert/cert.pem CERT_PATH=./volumes/web/cert/cert.pem
KEY_PATH=./volumes/web/cert/key-no-password.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 ## Exposed ports to the host. Inside the container 80 and 443 will be used
HTTPS_PORT=443 HTTPS_PORT=443