Skip to content

Commit

Permalink
debug: Try compatibility mode
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Sep 23, 2024
1 parent 5fb9ca5 commit 8078815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-integration-tests-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Start containers
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
env:
COMPAS_HOSTNAME: compas_reverse-proxy_1
CONFIGURATION_LOCATION: /nginx.conf
Expand Down

0 comments on commit 8078815

Please sign in to comment.