docs(deploy.md): update docker start command

This commit is contained in:
Krrish Dholakia 2024-03-19 07:58:08 -07:00
parent b6f094c5ec
commit c63259ebcd

View file

@ -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>