Update docker-compose.yaml
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit
Some checks failed
Updates/open-webui-ollama-docker-deploy/pipeline/head There was a failure building this commit
This commit is contained in:
parent
d99c801b66
commit
9e99e98044
@ -93,6 +93,8 @@ services:
|
|||||||
container_name: chromadb
|
container_name: chromadb
|
||||||
image: ${CHROMADB:-chromadb/chroma:latest}
|
image: ${CHROMADB:-chromadb/chroma:latest}
|
||||||
restart: always
|
restart: always
|
||||||
|
ports:
|
||||||
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
- chromadb:/chroma # Persist database storage
|
- chromadb:/chroma # Persist database storage
|
||||||
environment:
|
environment:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user