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