dont' ecxpose port

This commit is contained in:
nicco 2018-08-01 11:01:23 +02:00
parent 0c48ceeb67
commit b06948ab06

View File

@ -5,7 +5,7 @@ services:
image: nginx:alpine image: nginx:alpine
restart: always restart: always
ports: ports:
- 80:80 - 80
volumes: volumes:
- ./app:/srv - ./app:/srv
- ./nginx.conf:/etc/nginx/conf.d/default.conf - ./nginx.conf:/etc/nginx/conf.d/default.conf