activate port 80 (needed for let's encrypt)

This commit is contained in:
nicolas.dorier
2018-02-15 01:36:23 +09:00
parent d800639444
commit 42b3d8ecfe
2 changed files with 2 additions and 0 deletions

View File

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

View File

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