fix: fix docker compose quick start

This commit is contained in:
Krrish Dholakia
2025-12-16 11:26:38 +05:30
parent 6041155de0
commit 5e78ffd5fd
+1
View File
@@ -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