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 7e96d39 commit 84f8bd3Copy full SHA for 84f8bd3
docker-compose.yml
@@ -18,7 +18,7 @@ services:
18
PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES: "10"
19
PACT_BROKER_PUBLIC_HEARTBEAT: "true"
20
postgres:
21
- image: postgres@sha256:67a7c384da54fc55a3b5ad38e9853b76003603d12732c90af368b31bb1f2517f
+ image: postgres@sha256:073e7c8b84e2197f94c8083634640ab37105effe1bc853ca4d5fbece3219b0e8
22
healthcheck:
23
test: psql postgres --command "select 1" -U postgres
24
ports:
0 commit comments