traefik-multi-network-backend-picks-wrong-ip

When a container is attached to multiple Docker networks and lacks a traefik.docker.network label, Traefik picks an arbitrary network IP that may be unreachable, causing MCP server timeouts. Fix: add traefik.docker.network=<correct-network> label to the container’s docker-compose.yml and recreate the container. researchclaw was on mcp-global-network + graphiti_oracle-internal; Traefik was routing to the internal network IP (172.19.0.6) instead of the reachable one (172.27.0.105).