mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
docs(deploy.md): fix deploy quick start command
This commit is contained in:
parent
358f94a4c3
commit
191c2256f6
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ docker pull ghcr.io/berriai/litellm:main-latest
|
|||
```
|
||||
|
||||
```shell
|
||||
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
|
||||
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