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/mockProductInterfaceSoapBindingand 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/mockProductInterfaceSoapBindingis not working.628Views0likes2Comments