-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What problem will this feature address?
I develop application and host it via Dokploy. Since app is on early development stage, sometimes i need to remove whole data in app.
Currently i have to login via SSH, find and manually remove volumes.
Describe the solution you'd like
Add any UI to drop volumes for docker compose.
User would go to some tab like "volumes" and click "Delete" against some volume, click "Confirm" and volume would be deleted.
Describe alternatives you've considered
Currently i every time run SSH and run docker volume ls and docker volume rm that makes me feel Dokploy does not cover my use cases and feels like nice UI rather than system that manages whole server.
Additional context
No response
Will you send a PR to implement it?
Maybe, need help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request