aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSupremist <sergkarv@gmail.com>2026-04-17 16:29:55 +0300
committerSupremist <sergkarv@gmail.com>2026-04-17 16:56:30 +0300
commit67804cb333f0425a4bc29c885fc9353d73c76a52 (patch)
tree391fd1945bed40c107c1dc21ba5e35c97b840984
parent3d622e74edc1347ed8ed2c8fcdc3ddfff8e04ae2 (diff)
downloadnetbird-67804cb333f0425a4bc29c885fc9353d73c76a52.tar.xz
netbird-67804cb333f0425a4bc29c885fc9353d73c76a52.zip
Pull&recreate all containers during update
-rw-r--r--update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/update.sh b/update.sh
index 37bc58d..9fe4464 100644
--- a/update.sh
+++ b/update.sh
@@ -3,5 +3,5 @@ set -euo pipefail
apt update
apt -y upgrade netbird
-docker compose pull netbird-server dashboard
-docker compose up -d --force-recreate netbird-server dashboard
+docker compose pull
+docker compose up -d --force-recreate