From b59a3c8d911644697496134c63f6e846c8878d67 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Mon, 25 Jul 2022 18:55:44 +0000 Subject: [PATCH] --remove-orphans --- bin/docker-compose-production-deploy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-compose-production-deploy b/bin/docker-compose-production-deploy index 52049a8b..3157a9eb 100755 --- a/bin/docker-compose-production-deploy +++ b/bin/docker-compose-production-deploy @@ -10,7 +10,7 @@ export PATH="$(pwd)/bin:$PATH" docker-compose-production build --pull # run the image -docker-compose-production up -d +docker-compose-production up -d --remove-orphans sleep 3