Skip to content

Commit 3db67b7

Browse files
committed
fix: use docker compose v2 syntax instead of docker-compose
- Change docker-compose to 'docker compose' (v2 syntax) - Resolves command not found error in GitHub Actions runners - Tested locally with act (dry run successful)
1 parent 7365e17 commit 3db67b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Docker sanity check
7272
run: |
7373
echo "🐳 Validating Docker Compose configuration..."
74-
docker-compose config > /dev/null
74+
docker compose config > /dev/null
7575
echo "✅ Docker Compose configuration is valid"
7676
7777
- name: Check for errors

0 commit comments

Comments
 (0)