Overlapping subnetworks or how to change Docker default subnet size?
Several services already running were no longer available from subnets after a new container was created using docker-compose.
The control of the IP addresses showed that a new network 192.168.X.0/20 was created, which overlapped the existing networks and therefore the communication did not work anymore.
[Read More]