update docker compose to show how to pass a config.yaml

This commit is contained in:
Ishaan Jaff 2024-07-09 17:59:02 -07:00
parent f10f589ddd
commit 5e12364fad

View file

@ -6,6 +6,12 @@ services:
args:
target: runtime
image: ghcr.io/berriai/litellm:main-stable
#########################################
## Uncomment these lines to start proxy with a config.yaml file ##
# volumes:
# - ./proxy_server_config.yaml:/app/config.yaml
# command: [ "--config", "./config.yaml", "--port", "4000"]
###############################################
ports:
- "4000:4000" # Map the container port to the host, change the host port if necessary
environment: