From 7face1235356af3888f1b4817d936395fa97fa78 Mon Sep 17 00:00:00 2001 From: Arif Hasanic Date: Sat, 30 Aug 2025 22:34:29 +0200 Subject: [PATCH] use docker compose down command to stop container --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5577aca..3c43142 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,5 @@ jobs: cd monitor-im-flur echo "Deploying Docker container..." docker-compose pull - docker-compose stop || true - docker-compose rm || true - docker-compose up -d \ No newline at end of file + docker-compose down + docker-compose up -d