traefik-multi-network-container-needs-explicit-network-label

When a Docker container is attached to multiple networks, Traefik picks the wrong backend IP unless traefik.docker.network=<network> label is explicitly set. Without this label, Traefik resolves to an unreachable internal network IP (e.g., 172.19.x.x) instead of the routable proxy network (e.g., mcp-global-network). Fix: add the label in docker-compose.yml and recreate the container.