forked from open-webui/open-webui
added compose override for data volume
This commit is contained in:
parent
3568be4da8
commit
017825e437
1 changed files with 6 additions and 0 deletions
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 a new issue