Skip to content

Commit 72b8606

Browse files
authored
Update README.md
1 parent cd33eea commit 72b8606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Two environment variables control the location and filename of the database.
1616

1717
### Docker
1818

19-
When using docker you must create a persistent volume to store the database (advanced users can mount a folder from their file system). Run `docker volume create knowledgebase` to set it up, then configure the server in your `claude_desktop_config.json` as below.
19+
When using docker you must create a persistent volume to store the database (advanced users can mount a folder from their file system, if desired). Run `docker volume create knowledgebase` to set it up, then configure the server in your `claude_desktop_config.json` as below.
2020

21-
Note that when using docker the `DATABASE_PATH` variable will be the path within the container, which defaults to `/db/knowledgebase.sqlite`.
21+
If you want to use a custom database file with docker you must use `DATABASE_PATH` and pass it to the docker command using the `--env` arg. For example (place these strings in the `args` array of the config, before the image name), `"--env", "DATABASE_PATH=/db/my_db.sqlite"`.
2222

2323
```json
2424
{

0 commit comments

Comments
 (0)