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 b5fd8c9 commit 69ca87bCopy full SHA for 69ca87b
.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