Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Remove unused networks #2726

Open
ingokpp opened this issue Jun 30, 2024 · 2 comments
Open

[Bug]: Remove unused networks #2726

ingokpp opened this issue Jun 30, 2024 · 2 comments

Comments

@ingokpp
Copy link

ingokpp commented Jun 30, 2024

Description

When deleting a resource/project in coolify the underlaying docker network won't get deleted.

Minimal Reproduction (if possible, example repository)

  1. Create a project using docker-compose
  2. Define some custom networks
  3. Delete the project
  4. run "docker network ls" or docker network prune

Exception or Error

No response

Version

v4.0.0-beta.306

@ingokpp
Copy link
Author

ingokpp commented Jun 30, 2024

I noticed that it is not possible to remove the networks by hand because docker tells me that the network still has active endpoints which i guess only can be coolify itself.

@maisen20
Copy link

maisen20 commented Jul 1, 2024

You have to remove this networks in coolify. Go to Servers > choose server > Destinations > Scan Destinations.

There you should see all networks. You can click on every single network so it gets added to the section „Available for using:“ above. There you can click and delete every single network.

But yes, it’s very annoying that these networks have to be deleted manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants