mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix: fix docker compose quick start
This commit is contained in:
parent
6041155de0
commit
5e78ffd5fd
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue