Skip to content

Commit

Permalink
chore: migrate to Docker Compose v2 syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
akalogerakisunicorn committed Oct 15, 2024
1 parent da88b35 commit 60e4836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: cd server && npm ci

- name: Start containers
run: docker-compose up -d --build
run: docker compose up -d --build

- name: List running containers
run: docker ps
Expand Down

0 comments on commit 60e4836

Please sign in to comment.