mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
313 B
313 B
Data Storage and Bind Mounts
This project uses Docker named volumes to persist data. If needed, replace the volume name with a host directory:
Example:
-v /path/to/folder:/app/backend/data
Ensure the host folder has the correct permissions.