Update README.md

This commit is contained in:
Krish Dholakia 2023-10-27 09:45:34 -07:00 committed by GitHub
parent 8e36f667e5
commit b50300ab7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,5 +58,5 @@ docker build -t litellm_server . --build-arg CONFIG_FILE=./router_config.yaml
```
3. Run Docker Image
```shell
docker run --name litellm-proxy -e PORT=8000 -p 8000:8000 litellm_server
docker run --name litellm_server -e PORT=8000 -p 8000:8000 litellm_server
```