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