NovFora Dev

Can anyone help me debug this Docker Compose Networking issue?

Taylor Davis

Taylor Davis

2 months ago

My services can't reach each other despite being on the same network — I'm getting a 'Connection refused' error even though both containers are healthy and running. Is there a common mistake with link syntax or service names in newer Compose versions, or could it be an MTU mismatch between my VPN tunnel and Docker Bridge?

Matthew Walker

Matthew Walker

2 months ago

Try adding network_mode: bridge to your compose file — that usually fixes it when service discovery

Join the conversation to leave a reply.

Sign in to reply

Related topics