am running docker container for pactfoundation/pact-broker:latest
- on a mac os x (13.2.1).
- connected to postgres on mac with the right permissions (finally).
Last obstacle: when i try http://0.0.0.0:9292 as from the docker logs (* Listening on http://0.0.0.0:9292), I get "Unable to connect" whether i use firefox, chrome, curl ...
* Trying 0.0.0.0:9292...
* connect to 0.0.0.0 port 9292 failed: Connection refused
* Failed to connect to 0.0.0.0 port 9292 after 6 ms: Couldn't connect to server
* Closing connection 0
curl: (7) Failed to connect to 0.0.0.0 port 9292 after 6 ms: Couldn't connect to server
I get the same result with any version of localhost, 127.0.0.1, ...
I know macs can be a pain for connection, so i span up a local fastify server and checked it was reachable, and a docker dynamodb instance and checked its reachable, ....
I could do with a next thing to try, or else a sage word from someone on what I may have not done or missed...