mirror of
https://github.com/open-webui/open-webui
synced 2024-11-22 08:07:55 +00:00
added compose override for data volume
This commit is contained in:
parent
3568be4da8
commit
017825e437
6
docker-compose.data.yaml
Normal file
6
docker-compose.data.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
ollama:
|
||||||
|
volumes:
|
||||||
|
- ${OLLAMA_DATA_DIR-./ollama-data}:/root/.ollama
|
Loading…
Reference in New Issue
Block a user