Hi Team, Am facing an issue with wiremock.
Have mocked couple of endpoints using wiremock and deployed it in docker.
Am able to access the get and post endpoints through chrome and postman,
could able to see the log messages generated in wiremock docker container.
I have java application running in docker container, when it is hitting the mocked api endpoint not getting
response/ error. Didn't find any trace in the wiremock logs.
Would you please suggest me a documentation/ your comments on this.