Skip to content

Commit

Permalink
Use new docker compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbyford committed Aug 6, 2024
1 parent 54732fd commit 8680c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build the stack
run: |
docker-compose up -d
docker compose up -d
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 8680c4e

Please sign in to comment.