Remove port, not needed
This commit is contained in:
parent
90a1e0d543
commit
2557ba4c68
@ -20,7 +20,6 @@ WEBROOT_PATH=./data/site
|
|||||||
# NGINX Settings
|
# NGINX Settings
|
||||||
#
|
#
|
||||||
CONTAINER_NGINX_NAME=nginx
|
CONTAINER_NGINX_NAME=nginx
|
||||||
NGINX_PORT=8081
|
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -6,8 +6,6 @@ services:
|
|||||||
image: nginx:stable
|
image: nginx:stable
|
||||||
volumes:
|
volumes:
|
||||||
- ${WEBROOT_PATH}:/usr/share/nginx/html
|
- ${WEBROOT_PATH}:/usr/share/nginx/html
|
||||||
ports:
|
|
||||||
- "${NGINX_PORT}:80"
|
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: ${VIRTUAL_HOST}
|
VIRTUAL_HOST: ${VIRTUAL_HOST}
|
||||||
|
Loading…
Reference in New Issue
Block a user