From 5e12364fad621d4530efce8ce872faa538923d2c Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 9 Jul 2024 17:59:02 -0700 Subject: [PATCH] update docker compose to show how to pass a config.yaml --- docker-compose.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 6c1f5f57b..ca98ec784 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: