Document bind-mount permissions and ignore runtime data tree

This commit is contained in:
2026-03-02 18:58:19 -03:00
parent 3f7cdee995
commit 4fe22e3539
3 changed files with 19 additions and 3 deletions

View File

@@ -120,6 +120,8 @@ LedgerDock stores data in Docker volumes so it survives container restarts:
- `dcm-storage` for uploaded files and app storage
- `typesense-data` for the search index
If you switch to host bind mounts (for example under `./data/`), create those directories and grant write access to container runtime user `uid=10001` for backend storage paths.
To remove everything, including data:
```bash