fix: correct LiteLLM config volume mount path
This commit is contained in:
@@ -97,8 +97,8 @@ services:
|
||||
ANTHROPIC_API_KEY: ${ANTHROPIC_API_KEY}
|
||||
LITELLM_MASTER_KEY: ${AI_WEBUI_SECRET_KEY}
|
||||
volumes:
|
||||
- ./ai/litellm-config.yaml:/app/config.yaml:ro
|
||||
command: ["--config", "/app/config.yaml", "--port", "4000", "--num_workers", "1"]
|
||||
- ./litellm-config.yaml:/app/litellm-config.yaml:ro
|
||||
command: ["--config", "/app/litellm-config.yaml", "--port", "4000", "--num_workers", "1"]
|
||||
networks:
|
||||
- compose_network
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user