coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
32.35k stars 1.69k forks source link

Bug: Docker networks not disconnected from coolify-proxy #2235

Closed andrasbacsai closed 1 week ago

JasonDevTech commented 3 months ago

This is still an issue with the latest coolify version - beta 299 where I will now run into the issue of Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network. I had to go into the network and manually disconnect all ghost containers of deleted applications/services then delete the network to get this error to go away. Might also want to consider creating a bigger pool for networks considering you'll hit the limit at ~20 or so networks created.

JuanxCursed commented 1 month ago

Same issue here, any updates guys?

JuanxCursed commented 1 month ago

I managed to make work using docker network prune to clean up unused networks, but that is temporary

peaklabs-dev commented 1 month ago

Will be fixed once this is completed: https://github.com/coollabsio/coolify/pull/3024