From b99007329a5be582c3349f96a06d8d9e8a0ff511 Mon Sep 17 00:00:00 2001 From: David Rotermund Date: Fri, 26 Jul 2024 17:44:45 +0200 Subject: [PATCH] Update compose.yaml --- nginx/compose.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nginx/compose.yaml b/nginx/compose.yaml index 9b722f3..464f089 100644 --- a/nginx/compose.yaml +++ b/nginx/compose.yaml @@ -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