juliushaertl / nextcloud-docker-dev

Nextcloud development environment using docker-compose
GNU Affero General Public License v3.0
137 stars 72 forks source link

ERROR: Pool overlaps with other one on this address space #298

Closed webdesign7 closed 8 months ago

webdesign7 commented 8 months ago

I am getting this error and not sure how to get past it:

nextcloud-docker-dev git:(master) docker-compose up -d nextcloud

Creating network "master_default" with the default driver
ERROR: Pool overlaps with other one on this address space

Any ideas ?

juliushaertl commented 8 months ago

This would hint that you already have an existing docker network. Can you check the output of docker network ls? Do you have other containers running or did you try settting up the nextcloud-docker-dev setup before?

webdesign7 commented 8 months ago

Thanks , I think it was because I tried installing nextCloud before, anyway I have reinstalled Docker, stopped all containers and it worked after that