From a48cdbd6081fb9aaeafd6bb48d2a87a596b8e628 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 29 Aug 2025 14:03:00 -0600 Subject: [PATCH] Update Servers/Networking/VPN/Netbird.md --- Servers/Networking/VPN/Netbird.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Servers/Networking/VPN/Netbird.md b/Servers/Networking/VPN/Netbird.md index 6a8010f..875c4d3 100644 --- a/Servers/Networking/VPN/Netbird.md +++ b/Servers/Networking/VPN/Netbird.md @@ -23,8 +23,8 @@ ssh nicole@192.168.3.65 # Create Netbird project directory and pull down installation files sudo mkdir -p /srv/containers/netbird -sudo chmod -R 775 /srv/containers/netbird -sudo chown -R nicole:nicole /srv/containers/netbird +sudo chmod -R 770 /srv/containers/netbird +sudo chown -R nicole:docker /srv/containers/netbird cd /srv/containers/netbird curl -sSLO https://github.com/netbirdio/netbird/releases/latest/download/getting-started-with-zitadel.sh