build(docker-compose.yml): fix default docker compose to run with config

This commit is contained in:
Krrish Dholakia 2024-04-09 16:27:03 -07:00
parent 4096118bf5
commit 30798126eb
2 changed files with 13 additions and 7 deletions

View file

@ -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