Docker – HTTP request with Eureka does not fill port
I have multiple services running in docker containers through docker-compose. I am trying to make a http request from one service to another but it fails since the port always gets filled as '80' instead of using the port registered…