mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update README.md
This commit is contained in:
parent
8e36f667e5
commit
b50300ab7e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue