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
restart: always
ports:
- 80:80
- 80
volumes:
- ./app:/srv
- ./nginx.conf:/etc/nginx/conf.d/default.conf