Remove port

This commit is contained in:
Christoph Haas 2019-01-02 11:57:40 +01:00
parent 401d070778
commit 45b143f74d
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -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