From be80aeaed5810970bd2882c5220eb2761e61d3a2 Mon Sep 17 00:00:00 2001 From: camisatx Date: Tue, 25 Feb 2020 22:19:07 -0500 Subject: [PATCH] Remove docker-compose down b/c it is not needed and adds downtime --- scripts/update.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/update.sh b/scripts/update.sh index ff796b07..6f8756b0 100755 --- a/scripts/update.sh +++ b/scripts/update.sh @@ -1,8 +1,5 @@ #!/bin/bash -echo "Stopping containers" -docker-compose down - echo "Downloading latest images from docker hub ... this can take a long time" docker-compose pull