From 738bc390b63aca6d52597a000c9f43a684174705 Mon Sep 17 00:00:00 2001 From: Siroco Date: Sat, 4 Feb 2023 15:53:25 +0100 Subject: [PATCH] Add: docker-compsoe down and remove orphans and volumes --- test | 1 + 1 file changed, 1 insertion(+) diff --git a/test b/test index 8b3ad7d..5a0bce9 100755 --- a/test +++ b/test @@ -5,6 +5,7 @@ TIMEOUT=120 tear_down () { docker-compose stop + docker-compose down -v --remove-orphans cd .. rm -rf $TMP }