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 b0dc51d commit ef0bb06Copy full SHA for ef0bb06
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:e1dc516c05e74a525757c079668f5de53855f5611b3971a6491586f2ffe05db7
+ image: postgres@sha256:1d288494853e244e7a78d87b3526e650e5221c622f9768ecac9313d0874a9c39
22
healthcheck:
23
test: psql postgres --command "select 1" -U postgres
24
ports:
0 commit comments