Adding NGINX_CREDENTIALS in docker-compose.yml

This commit is contained in:
toniMR 2019-03-22 09:54:32 +01:00
parent 715fb4fdec
commit 12b40b48ee

View File

@ -57,6 +57,7 @@ services:
restart: always
environment:
- NGINX_PORT=443
- NGINX_CREDENTIALS
ports:
- "80:80"
- "443:443"