[REQUEST] Docker Persistence
Reference Issues
https://github.com/Cinnamon/kotaemon/issues/297
Summary
I couldn't find any mention of persistence... Surely someone must have thought about that before? I saw in https://github.com/Cinnamon/kotaemon/issues/297, that I can persist documents with /app/ktem_app_data/user_data, but configurations and users are not persisted.
If you tell me the folder which contains user and settings data I could add it into the docs?
Basic Example
User and settings are persisted
Drawbacks
None
Additional information
No response
@JustinGuese We are updating the documentation for this part.
Please add this parameter to the Docker run command
-v ./ktem_app_data:/app/ktem_app_data \
Yes I can confirm that works.