Update compose.yaml
This commit is contained in:
parent
9959525813
commit
b99007329a
1 changed files with 6 additions and 1 deletions
|
@ -13,5 +13,10 @@ services:
|
||||||
environment:
|
environment:
|
||||||
NGINX_WORKER_PROCESSES: "4"
|
NGINX_WORKER_PROCESSES: "4"
|
||||||
NGINX_WORKER_CONNECTIONS: "768"
|
NGINX_WORKER_CONNECTIONS: "768"
|
||||||
network_mode: bridge
|
|
||||||
|
|
||||||
|
networks:
|
||||||
|
- vaultwarden-network
|
||||||
|
|
||||||
|
networks:
|
||||||
|
vaultwarden-network:
|
||||||
|
external: true
|
||||||
|
|
Loading…
Reference in a new issue