fix: correct LiteLLM config volume mount path

This commit is contained in:
2025-11-08 22:59:50 +01:00
parent 8eae3c650f
commit 8ee86b2a0d

View File

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