Remove port
This commit is contained in:
parent
401d070778
commit
45b143f74d
@ -45,7 +45,7 @@ WEBROOT_PATH=./data/www
|
||||
# NGINX Settings
|
||||
#
|
||||
CONTAINER_NGINX_NAME=nginx
|
||||
NGINX_PORT=8081
|
||||
|
||||
|
||||
#
|
||||
# Host
|
||||
|
@ -33,8 +33,6 @@ services:
|
||||
- ./nginx/conf.d/:/etc/nginx/conf.d
|
||||
depends_on:
|
||||
- php-fpm
|
||||
ports:
|
||||
- "${NGINX_PORT}:80"
|
||||
links:
|
||||
- php-fpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user