Remove port, not needed

This commit is contained in:
Christoph Haas 2019-01-02 11:43:47 +01:00
parent 90a1e0d543
commit 2557ba4c68
2 changed files with 0 additions and 3 deletions

View File

@ -20,7 +20,6 @@ WEBROOT_PATH=./data/site
# NGINX Settings # NGINX Settings
# #
CONTAINER_NGINX_NAME=nginx CONTAINER_NGINX_NAME=nginx
NGINX_PORT=8081
# #

View File

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