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 b33454c commit 9e25523Copy full SHA for 9e25523
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:23624e87b1f831cdadd264e9c15fb1fdbf0c5549ff5a1e37ec9ec524389fb4ff
+ image: postgres@sha256:0f4f20021a065d114083d1b95d9fb89ad847cbc4c3cc9238417815c7df42350f
22
healthcheck:
23
test: psql postgres --command "select 1" -U postgres
24
ports:
0 commit comments