forked from open-webui/open-webui
fix: docker container volume mount location
This commit is contained in:
parent
21c7f50790
commit
7bdef56192
5 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
from peewee import *
|
||||
|
||||
DB = SqliteDatabase("./ollama.db")
|
||||
DB = SqliteDatabase("./data/ollama.db")
|
||||
DB.connect()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue