activate port 80 (needed for let's encrypt)
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
|||||||
image: nginx
|
image: nginx
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
ports:
|
ports:
|
||||||
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- "nginx_conf:/etc/nginx/conf.d"
|
- "nginx_conf:/etc/nginx/conf.d"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ services:
|
|||||||
image: nginx
|
image: nginx
|
||||||
container_name: nginx
|
container_name: nginx
|
||||||
ports:
|
ports:
|
||||||
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- "nginx_conf:/etc/nginx/conf.d"
|
- "nginx_conf:/etc/nginx/conf.d"
|
||||||
|
|||||||
Reference in New Issue
Block a user