Update update-docker.sh

This commit is contained in:
2026-06-14 12:41:38 +00:00
parent bde57c64b6
commit 8759be4e43
+1 -3
View File
@@ -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"