cotech / website

The Cooperative Technologists WordPress website
https://www.coops.tech/
GNU General Public License v3.0
24 stars 5 forks source link

docker setup: could not find an available, non-overlapping IPv4 address pool #88

Closed decentral1se closed 6 years ago

decentral1se commented 6 years ago

Just got the latest copy of bc5f001 and ran:

➜  website (dev) ✔ docker-compose up                
Creating network "website_default" with the default driver
ERROR: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network
nicksellen commented 6 years ago

I haven't seen that error before but https://stackoverflow.com/questions/43720339/docker-error-could-not-find-an-available-non-overlapping-ipv4-address-pool-am suggests either it doesn't work if openvpn is running or running docker network prune might solve it. Let me know if I helps!

decentral1se commented 6 years ago

Ah, perfect, thanks!