From d0c9b4eed8943e964522467ee70f5d0cf3c39c39 Mon Sep 17 00:00:00 2001 From: Immanuel Raj Date: Thu, 9 Apr 2026 00:00:38 +0530 Subject: [PATCH] Change netbird-client volume path in YAML config --- templates/compose/netbird-client.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/netbird-client.yaml b/templates/compose/netbird-client.yaml index 4bc5e32e0..85b54da8b 100644 --- a/templates/compose/netbird-client.yaml +++ b/templates/compose/netbird-client.yaml @@ -13,7 +13,7 @@ services: - 'NB_ENABLE_ROSENPASS=${NB_ENABLE_ROSENPASS:-false}' - 'NB_ENABLE_EXPERIMENTAL_LAZY_CONN=${NB_ENABLE_EXPERIMENTAL_LAZY_CONN:-false}' volumes: - - 'netbird-client:/etc/netbird' + - 'netbird-client:/var/lib/netbird' cap_add: - NET_ADMIN - SYS_ADMIN