I am running zuul in a docker container, but I cant connect to it via postman on my local host (windows 10)
I have 3 services zuul, eureka, and a rest service. Running the code locally via springboot works and I can use the url http://localhost:8080/account/bank/account/ But when I dockerise it The eurka application.yml server: port: '8761' spring: application: name: eureka-service eureka:…