From 1d88bda108d48b2181095ce5e63e04b32cd11cb2 Mon Sep 17 00:00:00 2001 From: Yan Kasabutski Date: Tue, 18 Mar 2025 00:17:39 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20z1/remove-app.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- z1/remove-app.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/z1/remove-app.sh b/z1/remove-app.sh index b801879..c13cf41 100644 --- a/z1/remove-app.sh +++ b/z1/remove-app.sh @@ -1,6 +1,9 @@ #!/bin/bash -# Удаляем все контейнеры, тома и сети + +# удал все контейнеры тома и сети + + docker-compose down --volumes --remove-orphans docker network rm app-network docker volume rm db_data