From 5d3137e2d84b3827c38667afca7ad73cc06d7ce1 Mon Sep 17 00:00:00 2001 From: vvzvlad Date: Thu, 19 Dec 2024 21:36:13 +0300 Subject: [PATCH] Enhance install.sh to remove orphaned containers during cleanup --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index eaef427..981f884 100644 --- a/install.sh +++ b/install.sh @@ -41,7 +41,7 @@ rm -rf /root/node mkdir /root/node cd /root/node -docker compose down --volumes +docker compose down --volumes --remove-orphans docker system prune --all --force openssl rand -hex 32 > jwt.txt