From 808c7e74b1455d0f9fc316c5b5756adb097421ac Mon Sep 17 00:00:00 2001 From: Supremist Date: Fri, 17 Apr 2026 15:53:28 +0300 Subject: Initial commit --- update.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 update.sh (limited to 'update.sh') diff --git a/update.sh b/update.sh new file mode 100644 index 0000000..37bc58d --- /dev/null +++ b/update.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash +set -euo pipefail + +apt update +apt -y upgrade netbird +docker compose pull netbird-server dashboard +docker compose up -d --force-recreate netbird-server dashboard -- cgit v1.2.3