(docs) update docker compose guide

This commit is contained in:
Ayush Somani 2023-12-03 12:29:18 +05:30 committed by GitHub
parent 28bd076579
commit 7d2078d89f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,7 @@ Run the command `docker-compose up` or `docker compose up` as per your docker in
> Use `-d` flag to run the container in detached mode (background) e.g. `docker compose up -d`
Your LiteLLM container should be running now.
Your LiteLLM container should be running now on the defined port e.g. `8000`.
## Server Endpoints
- POST `/chat/completions` - chat completions endpoint to call 100+ LLMs