mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs(deploy.md): update docker start command
This commit is contained in:
parent
b6f094c5ec
commit
c63259ebcd
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ docker pull ghcr.io/berriai/litellm:main-latest
|
|||
```
|
||||
|
||||
```shell
|
||||
docker run ghcr.io/berriai/litellm:main-latest
|
||||
docker run --env-file=.env -v {pwd}/path/to/config.yaml:/app/config.yaml -p 4000:4000 ghcr.io/berriai/litellm:main-latest --config config.yaml
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue