From f7bb3786d4a0fac9f39d370a3b6fe70fb608b613 Mon Sep 17 00:00:00 2001 From: StarAppeal Date: Sat, 27 Dec 2025 01:27:17 +0100 Subject: [PATCH] chore: Update docker-compose commands to use the new syntax --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7a12f30..6834686 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -42,9 +42,9 @@ jobs: script: | cd /home/matrix/ledmatrix-deployment - docker-compose -f docker-compose.yml -f docker-compose.prod.yml pull backend + docker compose -f docker-compose.yml -f docker-compose.prod.yml pull backend - docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d + docker compose -f docker-compose.yml -f docker-compose.prod.yml up -d docker image prune -f env: