mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-14 12:04:48 +01:00
activate port 80 (needed for let's encrypt)
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- "nginx_conf:/etc/nginx/conf.d"
|
||||
|
||||
@@ -9,6 +9,7 @@ services:
|
||||
image: nginx
|
||||
container_name: nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- "nginx_conf:/etc/nginx/conf.d"
|
||||
|
||||
Reference in New Issue
Block a user