We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c7fb61 + 2b6a8a1 commit 8bcb29aCopy full SHA for 8bcb29a
docker-compose.yaml
@@ -17,7 +17,7 @@ services:
17
links:
18
- postgres
19
ports:
20
- - 8000:9292
+ - "8000:9292"
21
restart: always
22
environment:
23
PACT_BROKER_BASIC_AUTH_USERNAME: pact_workshop
@@ -29,4 +29,4 @@ services:
29
PACT_BROKER_DATABASE_CONNECT_MAX_RETRIES: "10"
30
PACT_BROKER_PUBLIC_HEARTBEAT: "true"
31
PACT_BROKER_WEBHOOK_SCHEME_WHITELIST: http
32
- PACT_BROKER_WEBHOOK_HOST_WHITELIST: host.docker.internal
+ PACT_BROKER_WEBHOOK_HOST_WHITELIST: host.docker.internal
0 commit comments