From 5e78ffd5fdd07ab810cc545d5bb42361bfa5641b Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Tue, 16 Dec 2025 11:26:38 +0530 Subject: [PATCH] fix: fix docker compose quick start --- docs/my-website/docs/proxy/deploy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index 548dfac001..9b4bc6822c 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -43,6 +43,7 @@ Use this docker compose to spin up the proxy with a postgres database running lo ```bash # Get the docker compose file curl -O https://raw.githubusercontent.com/BerriAI/litellm/main/docker-compose.yml +curl -O https://raw.githubusercontent.com/BerriAI/litellm/main/prometheus.yml # Add the master key - you can change this after setup echo 'LITELLM_MASTER_KEY="sk-1234"' > .env