fix: Added defaults to ports
This commit is contained in:
@@ -6,9 +6,9 @@ services:
|
|||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
ports:
|
ports:
|
||||||
- "${NPM_HTTP_PORT}:80"
|
- "${NPM_HTTP_PORT:-80}:80"
|
||||||
- "${NPM_ADMIN_PORT}:81"
|
- "${NPM_ADMIN_PORT:-81}:81"
|
||||||
- "${NPM_HTTPS_PORT}:443"
|
- "${NPM_HTTPS_PORT:-443}:443"
|
||||||
volumes:
|
volumes:
|
||||||
- ${NGINX_DATA}:/data
|
- ${NGINX_DATA}:/data
|
||||||
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt
|
- ${NGINX_LETSENCRYPT}:/etc/letsencrypt
|
||||||
|
|||||||
Reference in New Issue
Block a user