Hi guys,
Running both Lavalink and Discord bot in the same Docker host. They are connected each other in the same network, as
Lavalink: 172.16.0.5
Bot: 172.16.0.6
Lavalink is running with default config, only password is set with env variables
Attached to console and both containers run good and they can see each other (ping between them)
However, bot gets ECONNREFUSED trying to connect to Lavalink using 172.16.0.5:2333
I published a port to the host (2600 maps to 2333) and tried to use host network, doesnt work too
The containers bridge network (172.16.0.0/16) should work, any clue why the ECONNREFUSED?