Skip to content

Commit b817417

Browse files
fix
1 parent 49e6edb commit b817417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quick-start.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010
- name: Start docker containers
11-
run: docker-compose up -d --build || (docker-compose logs >&2 && exit 1)
11+
run: docker compose up -d --build || (docker compose logs >&2 && exit 1)
1212
- name: Wait for migrations to finish
1313
run: |
1414
echo "Waiting for migrations to complete..."

0 commit comments

Comments
 (0)