fix: ports nginx
This commit is contained in:
@@ -94,7 +94,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/conf.d/nginx.conf.template
|
- ./nginx.conf:/etc/nginx/conf.d/nginx.conf.template
|
||||||
ports:
|
ports:
|
||||||
- "${NGINX_PORT:-10000}:${NGINX_PORT:-10000}"
|
- "${NGINX_PORT:-10000}:10000"
|
||||||
environment:
|
environment:
|
||||||
SERVER_NAME: ${SERVER_NAME:-tryton.domain.com}
|
SERVER_NAME: ${SERVER_NAME:-tryton.domain.com}
|
||||||
NGINX_PORT: ${NGINX_PORT:-10000}
|
NGINX_PORT: ${NGINX_PORT:-10000}
|
||||||
|
|||||||
Reference in New Issue
Block a user