From 8759be4e43c94d3f78679bb4719641c563060c67 Mon Sep 17 00:00:00 2001 From: nono Date: Sun, 14 Jun 2026 12:41:38 +0000 Subject: [PATCH] Update update-docker.sh --- update-docker.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/update-docker.sh b/update-docker.sh index d5a6c39..2d8fb6f 100644 --- a/update-docker.sh +++ b/update-docker.sh @@ -1,12 +1,10 @@ #!/bin/bash -echo -e "\n>>> Starting Docker maintenance...\n" - # Pull latest images, stop containers, and recreate in detached mode echo -e "\n>>> Pulling latest Docker images...\n" docker compose pull -echo -e "\n>>> Stopping and removing existing containers...\n" +echo -e "\n>>> Stopping existing containers...\n" docker compose down echo -e "\n>>> Starting containers in detached mode...\n"