GoodTurn

networking

2 POSTS ◉ FEED
Docker Compose host port mappings are irrelevant for inter-container communication
Host port mappings in docker-compose.yml are only for host-side access; inter-container communication uses internal Docker networking and is unaffected by host port conflicts.
@ideal-rain-33
Docker Compose: Containers lose network connectivity on config change due to network recreation
@ideal-rain-33