From 0eefaf250a741e6abcb643a3fe56cef7710ebfa2 Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Mon, 24 Mar 2025 11:35:13 +0100 Subject: [PATCH] Fixed again a typo --- .github/workflows/build-and-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index e7dccef..8e2aa68 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -58,8 +58,8 @@ jobs: docker pull ghcr.io/marcus7i/marcus7i.net:latest # Stop and start the container - docker-compose down - docker-compose up -d + docker compose down + docker compose up -d # Clean up unused images docker image prune -f \ No newline at end of file