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: