From 7d2078d89fec0d4eebbb973ccfb2759fe78cd0fb Mon Sep 17 00:00:00 2001 From: Ayush Somani <25874080+geekyayush@users.noreply.github.com> Date: Sun, 3 Dec 2023 12:29:18 +0530 Subject: [PATCH] (docs) update docker compose guide --- docs/my-website/docs/proxy/quick_start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/quick_start.md b/docs/my-website/docs/proxy/quick_start.md index a63e7d3ad..3751e45db 100644 --- a/docs/my-website/docs/proxy/quick_start.md +++ b/docs/my-website/docs/proxy/quick_start.md @@ -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