mirror of
https://github.com/open-webui/docs
synced 2025-05-21 11:46:15 +00:00
Add DataStorage.md changes from feature-nginx-combined
This commit is contained in:
parent
73fc0651d2
commit
6771532879
12
docs/getting-started/quick-start/tab-docker/DataStorage.md
Normal file
12
docs/getting-started/quick-start/tab-docker/DataStorage.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Data Storage and Bind Mounts
|
||||||
|
|
||||||
|
This project uses [Docker named volumes](https://docs.docker.com/storage/volumes/) to **persist data**. If needed, replace the volume name with a host directory:
|
||||||
|
|
||||||
|
**Example**:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
-v /path/to/folder:/app/backend/data
|
||||||
|
```
|
||||||
|
|
||||||
|
Ensure the host folder has the correct permissions.
|
Loading…
Reference in New Issue
Block a user