We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8729288 commit fb844cdCopy full SHA for fb844cd
.github/workflows/run-integration-tests-postgresql.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: docker/setup-buildx-action@v3
33
34
- name: Start containers
35
- run: docker-compose -f "compas/docker-compose-postgresql.yml" up -d --build
+ run: docker compose -f "compas/docker-compose-postgresql.yml" up -d --build
36
env:
37
COMPAS_HOSTNAME: compas_reverse-proxy_1
38
CONFIGURATION_LOCATION: /nginx.conf
@@ -84,4 +84,4 @@ jobs:
84
85
- name: Stop containers
86
if: always()
87
- run: docker-compose -f "compas/docker-compose-postgresql.yml" down -v
+ run: docker compose -f "compas/docker-compose-postgresql.yml" down -v
0 commit comments