Vixi When I try to run the sudo docker compose up -d command I get the error message: failed to create network mailcowdockerized_mailcow-network: Error response from daemon: invalid pool request: Pool overlaps with other one on this address space I’m wondering if it has something to do with the default gateway IP?
accolon When mailcow tries to create its network on your server, the IP address range is already in use, probably by another Docker container. Mailcow uses 172.22.1.x for its containers. Try docker network ls to list Docker’s networks and docker inspect <network> (where <network> is either the ID or name) to find out which existing network has the same IP range.
Vixi DocFraggle Do I need to change the default gateway in mailcow.conf? Or in the docker-compose.yml?
Vixi That’s worked. now I’m stuck at this screen in the log it repeatedly says: Waiting for SQL… Running the docker compose down command did the trick. Running the docker compose down command did the trick.