icebob / vue-express-mongo-boilerplate

:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS
http://vemapp.moleculer.services/
2.84k stars 757 forks source link

docker-compose up error #147

Open wdev733 opened 5 years ago

wdev733 commented 5 years ago

After I ran "docker-compose up", I got a error message such a below.

Creating network "vue-express-mongo-boilerplate_default" with the default driver ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network

I tried to find solution, but I still didn't fix that problem. What's the problem?

Thanks.

ddguru777 commented 5 years ago

I've seen it suggested docker may be at its maximum of created networks. The command docker network prune can be used to remove all networks not used by at least one container.

My issue ended up being, as Robert commented about: an issue with openvpn service openvpn stop 'solved' the problem.