Update docker-compose.yml

This commit is contained in:
Minecon724 2025-04-10 17:52:25 +02:00
commit 9e39adc872

View file

@ -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"