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

This commit is contained in:
2025-12-27 01:27:17 +01:00
parent cd8aa2dc54
commit 9d45298b56
+2 -2
View File
@@ -42,9 +42,9 @@ jobs:
script: | script: |
cd /home/matrix/ledmatrix-deployment cd /home/matrix/ledmatrix-deployment
docker-compose -f docker-compose.yml -f docker-compose.prod.yml pull frontend docker compose -f docker-compose.yml -f docker-compose.prod.yml pull frontend
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 docker image prune -f
env: env: