Skip to content

Commit

Permalink
chore(deprecation): update compose commands to v2
Browse files Browse the repository at this point in the history
* Linked to deprecation of Docker Compose v1 in Github Actions: actions/runner-images#9692

Co-Authored-by: Lauren-D <[email protected]>
  • Loading branch information
lauren-d committed Nov 15, 2024
1 parent c8f3118 commit 0896933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
node-version: '16'

- name: Docker compose up
run: docker-compose up -d
run: docker compose up -d

- name: Bootstrap
run: |
Expand Down

0 comments on commit 0896933

Please sign in to comment.