Table of Contents

Network Connectivity Issues

Services cannot communicate with each other.

Symptom

Services show connection errors. Cannot access services via subdomains.

Cause

Services are not on the same Docker network or network does not exist.

Fix

Steps:

1. Verify all services are on `folkzone_net` network
2. Check network exists: `docker network ls`
3. Inspect network: `docker network inspect folkzone_net`
4. Ensure containers can resolve each other by name

Prevention

Always define a shared network in docker-compose.yml and ensure all services use it.

See Also

Last updated: 2026-06-19