diff --git a/ai/compose.yaml b/ai/compose.yaml index fa5c39b..01edeb3 100644 --- a/ai/compose.yaml +++ b/ai/compose.yaml @@ -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: