Request between Docker containers failing dial tcp 172.18.0.6:3050: connect: connection refused
I am struggling with Go requests between containers. The issue that I have that the rest of my containers can send request to the node Container that give response, but when I send request from my GoLang application to node…