chore: Update docker-compose commands to use the new syntax

This commit is contained in:
StarAppeal
2025-12-27 01:27:17 +01:00
parent dcd6397154
commit f7bb3786d4
+2 -2
View File
@@ -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: