-
Hi , How do i persist the changes after restarting docker , like the files already indexed . |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You can use docker volumes to achieve this. There is an example docker compose here that also enables OIDC: https://github.com/mdaca/kotaemon-docker-compose-oidc |
Beta Was this translation helpful? Give feedback.
-
Hi @atomtec you can mount the |
Beta Was this translation helpful? Give feedback.
-
As mentioned above by @taprosoft, you can mount the docker container to a directory with the -v or --volume option. These are the specific steps for your reference.
|
Beta Was this translation helpful? Give feedback.
Hi @atomtec you can mount the
ktem_app_data
to external directory outside of the Docker container to persist its state. Please check this issue for more detail #363