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 200a108 commit bae56c6Copy full SHA for bae56c6
.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 --compatibility
36
env:
37
COMPAS_HOSTNAME: compas_reverse-proxy_1
38
CONFIGURATION_LOCATION: /nginx.conf
0 commit comments