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 7966608 commit bd86527Copy full SHA for bd86527
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:dc9fb7de9fc1a58f4ccba07cf4df9447856588f73ba9ba455eec9967fbd85b6d
+ image: postgres@sha256:be55fec1728a128ad034a7562115d227fa890fd8ca18d1364be326fbf7a0f8dd
22
healthcheck:
23
test: psql postgres --command "select 1" -U postgres
24
ports:
0 commit comments