1
0

do not expose port 80

This commit is contained in:
nicolas.dorier
2018-02-15 01:33:35 +09:00
parent 058362d8cf
commit d800639444
2 changed files with 0 additions and 2 deletions

View File

@@ -8,7 +8,6 @@ services:
image: nginx
container_name: nginx
ports:
- "80:80"
- "443:443"
volumes:
- "nginx_conf:/etc/nginx/conf.d"

View File

@@ -9,7 +9,6 @@ services:
image: nginx
container_name: nginx
ports:
- "80:80"
- "443:443"
volumes:
- "nginx_conf:/etc/nginx/conf.d"