mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
docs(prod.md): fix docker run commands
This commit is contained in:
parent
7c44b32cc2
commit
da7a00d6d2
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ general_settings:
|
|||
```bash
|
||||
docker run \
|
||||
-v $(pwd)/litellm_config.yaml:/app/config.yaml \
|
||||
-e DATABASE_URL=postgres://... \
|
||||
-e SPEND_LOGS_URL="http://0.0.0.0:3000" \ # 👈 KEY CHANGE
|
||||
-e DATABASE_URL="postgresql://.." \
|
||||
-e SPEND_LOGS_URL="http://host.docker.internal:3000" \ # 👈 KEY CHANGE
|
||||
-p 4000:4000 \
|
||||
ghcr.io/berriai/litellm:main-latest \
|
||||
--config /app/config.yaml --detailed_debug
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue