Update docker/compose/nginx/compose.yaml

This commit is contained in:
David Rotermund 2025-04-07 12:09:37 +02:00
parent 8e7fae3362
commit 5d5c9e55da

View file

@ -10,7 +10,10 @@ services:
- "./nginx.conf:/etc/nginx/nginx.conf:ro"
ports:
- "0.0.0.0:443:443"
- "0.0.0.0:80:80"
- "0.0.0.0:80:80"
- ":::443:443"
- ":::80:80"
environment:
NGINX_WORKER_PROCESSES: "4"
NGINX_WORKER_CONNECTIONS: "768"