Remove orphan containers

This commit is contained in:
Santiago Lo Coco 2024-12-09 15:37:47 +01:00
parent e565720131
commit aed33afade
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if errorlevel 1 (
)
echo Starting docker compose
docker compose up -d
docker compose up -d --remove-orphans
timeout /t 3 >nul