Skip to content

Commit fb844cd

Browse files
committed
chore: Use docker compose instead of docker-compose
1 parent 8729288 commit fb844cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: docker/setup-buildx-action@v3
3333

3434
- name: Start containers
35-
run: docker-compose -f "compas/docker-compose-postgresql.yml" up -d --build
35+
run: docker compose -f "compas/docker-compose-postgresql.yml" up -d --build
3636
env:
3737
COMPAS_HOSTNAME: compas_reverse-proxy_1
3838
CONFIGURATION_LOCATION: /nginx.conf
@@ -84,4 +84,4 @@ jobs:
8484
8585
- name: Stop containers
8686
if: always()
87-
run: docker-compose -f "compas/docker-compose-postgresql.yml" down -v
87+
run: docker compose -f "compas/docker-compose-postgresql.yml" down -v

0 commit comments

Comments
 (0)