Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored and shenek committed Sep 28, 2024
1 parent f2160fd commit bba88bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- name: Checkout code
uses: actions/checkout@master

- name: Run docker-compose
run: docker-compose -f docker-compose.yml up --abort-on-container-exit
- name: Run docker compose
run: docker compose -f docker-compose.yml up --abort-on-container-exit

0 comments on commit bba88bf

Please sign in to comment.