Update docker/compose/nginx/compose.yaml
This commit is contained in:
parent
8e7fae3362
commit
5d5c9e55da
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue