Update docker-compose.yml
This commit is contained in:
parent
f6e2dc138b
commit
9e39adc872
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ services:
|
|||
- ./nginx:/etc/nginx
|
||||
- ./html:/var/www/html:ro
|
||||
- ssl-certs:/etc/ssl:ro
|
||||
ports:
|
||||
ports: # IPs that accept client (HTTP) connections
|
||||
- "203.0.113.1:80:80"
|
||||
- "[2001:db8::1]:80:80"
|
||||
- "203.0.113.1:443:443"
|
||||
|
|
Reference in a new issue