superman11
4 years agoFrequent Visitor
Mock service address inside docker compose
Hello,
my problem look like this: I have docker compose with mocked service and I'm using it in java springboot application. When application is outside of this docker compose I'm using url address like http://CPX-WY24SD3:8088/mockProductInterfaceSoapBinding and It's working, but when I add java application to this docker-compose this link is not working. How is this address looking inside docker compose? Is there way to check it? Mapping it docker compose this way: http://mockedProductService:8088/mockProductInterfaceSoapBinding is not working.