Delete only compose.yam and .env file #405
Celer21
started this conversation in
Feature Request
Replies: 2 comments 2 replies
-
Alternatively, you can use the |
Beta Was this translation helpful? Give feedback.
1 reply
-
Do you mean that the "Delete" button removes persistent data (mounted directories or volumes")?? EDIT: I just tested and fortunately not, phhew. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Feature Request Type
API
🔖 Feature description
Hi,
would it be possible to delete only compose.yml and .env file while deleting stack?
Other files and folders would not be deleted.
✔️ Solution
In my case, I would like to store data inside Stack folder.
For example i have this stack:
Stacks\uptime-kuma\ -- do not delete
Stacks\uptime-kuma\compose.yaml -- delete
Stacks\uptime-kuma.env -- delete
Stacks\uptime-kuma\data\db.sql -- do not delete
❓ Alternatives
No response
📝 Additional Context
This coud be parameter in setting.
I like keep data and compose file togeder in one folder / subfolder for easy beckup and management.
Beta Was this translation helpful? Give feedback.
All reactions