#Microservice + Docker

2 messages · Page 1 of 1 (latest)

wanton tulip
#

when you use docker containers no longer communicate using localhost or 0.0.0.0. you have to use the name of the actual container. If i specified that the inventory container name is inventory service. you would have to say inventory service where host is 0.0.0.0

#

i’m certain that’s your issue