forked from phoenix/litellm-mirror
build(docker-compose.yml): fix default docker compose to run with config
This commit is contained in:
parent
4096118bf5
commit
30798126eb
2 changed files with 13 additions and 7 deletions
|
@ -666,8 +666,8 @@ services:
|
|||
litellm:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
target: runtime
|
||||
args:
|
||||
target: runtime
|
||||
image: ghcr.io/berriai/litellm:main-latest
|
||||
ports:
|
||||
- "4000:4000" # Map the container port to the host, change the host port if necessary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue