Update docker-compose.yaml
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
All checks were successful
Updates/open-webui-ollama-docker-deploy/pipeline/head This commit looks good
This commit is contained in:
parent
f6c472933a
commit
81db3269e4
@ -93,8 +93,6 @@ 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