hide external port

This commit is contained in:
nicco 2018-07-26 12:05:22 +02:00
parent 19878074a6
commit b40b4557b9
2 changed files with 2 additions and 2 deletions

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

View File

@ -1,5 +1,5 @@
{
"version": "1.0",
"version": "1.1",
"author": {
"name": "Niccolo Borgioli",
"email": "hi@nicco.io",