Update compose.yaml

This commit is contained in:
David Rotermund 2024-07-26 17:44:45 +02:00 committed by GitHub
parent 9959525813
commit b99007329a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,5 +13,10 @@ services:
environment:
NGINX_WORKER_PROCESSES: "4"
NGINX_WORKER_CONNECTIONS: "768"
network_mode: bridge
networks:
- vaultwarden-network
networks:
vaultwarden-network:
external: true