From 57bde371d686168f6644234a636161ea8bf205d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Z=C3=B6llner?= Date: Fri, 1 Mar 2024 23:32:47 +0100 Subject: [PATCH] Update deploy.md / Update path to docker-compose.yml The file seems to have been moved --- docs/my-website/docs/proxy/deploy.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/my-website/docs/proxy/deploy.md b/docs/my-website/docs/proxy/deploy.md index 7ad7d8387db..e07d59b913f 100644 --- a/docs/my-website/docs/proxy/deploy.md +++ b/docs/my-website/docs/proxy/deploy.md @@ -269,9 +269,7 @@ curl https://litellm-7yjrj3ha2q-uc.a.run.app/v1/chat/completions \ **Step 1** -- (Recommended) Use the example file `docker-compose.example.yml` given in the project root. e.g. https://github.com/BerriAI/litellm/blob/main/docker-compose.example.yml - -- Rename the file `docker-compose.example.yml` to `docker-compose.yml`. +- (Recommended) Use the example file `docker-compose.yml` given in the project root. e.g. https://github.com/BerriAI/litellm/blob/main/docker-compose.yml Here's an example `docker-compose.yml` file ```yaml