I am trying to get mailcow to install with no luck. It is running on a new system populated docker system on Debian 11.
When I run docker-compose up -d I get the following error..
⠿ Network mailcowdockerized_mailcow-network Error 0.0s
failed to create network mailcowdockerized_mailcow-network: Error response from daemon: Pool overlaps with other one on this address space
I am running the following ports:
8888 8989 9117 6881 7878 8080
8388 9000 6789 5055 6555 8096
80 81 443 8000 9443
I changed the port in the mailcow config file to : http_port=8888, and https_port=4443 http_bind and https_bind are blank.