Docker swarm overlay network gwbridge

Just deployed several docker nodes with swarm and setup an overlay network with its own subnet and launched a few elastic containers and found that the elastic instances wasn't able to form a cluster..

I went into each of the container and found that each container had an IP from the gwbridge network and also from my overlay network.

in my elasticsearch.yml i have network.host as 0.0.0.0 however the service only bound to the gwbridge ip and nothing was bound to my ip from the overlay network.

what would be the best way to remedy this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.