added QUIC ports to docker compose

This commit is contained in:
fuomag9
2026-03-07 01:43:26 +01:00
parent 264e80ed73
commit 7e134fe6b5

View File

@@ -86,7 +86,9 @@ services:
restart: unless-stopped
ports:
- "80:80"
- "80:80/udp"
- "443:443"
- "443:443/udp"
# Admin API (port 2019) is only exposed on internal network for security
# Web UI accesses via http://caddy:2019 internally
# Uncomment the line below to expose metrics externally for Grafana/Prometheus