mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 11:12:09 -05:00
[GH-ISSUE #679] Better explanation for disk mounts #2360
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lenart12 on GitHub (Jul 23, 2025).
Original GitHub issue: https://github.com/moghtech/komodo/issues/679
Hi, I have found the documentation for disk mounts lacking and I'm wondering if it can be improved/if im even doing it right because I have spent a long time figuring it out and even now I'm not sure I got it right.
Here is how I configured it:
Then mount it in periphery:
And add it in compose.env:
This seems like im over complicating things...
Another thing is that to me it seems that its misnamed - by looking at the code its actually checking the filesystem usage, which would make more sense.
Edit:
Since I figured out its actually filesystem not disks I have simplified it a bit:
and
(though I still had to create a dummy .kdm file but I suppose I could use some other file that I would expect to never change)
@mbecker20 commented on GitHub (Jul 24, 2025):
If you can run it outside docker like via systemd, it is much better at simply detecting the disks as they are, you don't need to do anything