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