Skip to content

Commit

Permalink
change docker-compose to 'docker compose'
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Aug 5, 2024
1 parent ec64325 commit aae3659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ jobs:

- name: Start Quay
run: |
docker-compose up -d redis quay-db
docker compose up -d redis quay-db
docker exec -t quay-db bash -c 'while ! pg_isready; do echo "waiting for postgres"; sleep 2; done'
DOCKER_USER="1001:0" docker-compose up -d --no-build quay
DOCKER_USER="1001:0" docker compose up -d --no-build quay
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit aae3659

Please sign in to comment.