mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 06:53:47 +00:00
remove network host
This commit is contained in:
parent
8cd7e406c0
commit
4f367cbf6b
5 changed files with 65 additions and 6 deletions
|
@ -3,9 +3,8 @@ services:
|
|||
image: chromadb/chroma:latest
|
||||
container_name: chromadb
|
||||
ports:
|
||||
- "6000:6000"
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./chroma_vdb:/chroma/chroma
|
||||
environment:
|
||||
- IS_PERSISTENT=TRUE
|
||||
network_mode: "host"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue