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