From cd208e67af22dca16084d2952e4e42b4896e7bf2 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 28 Sep 2024 16:45:06 +0300 Subject: [PATCH] Trying to make the thing restart when config has been updated --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 2fd753d..6384a27 100755 --- a/update.sh +++ b/update.sh @@ -5,6 +5,7 @@ if [[ $(git rev-parse HEAD) != $(git rev-parse @{u}) ]] then echo 'Behind remote config; updating' git pull + docker-compose stop fi docker-compose up -d --build