Merge pull request #2285 from Linutux/patch-1

Update deploy.md / Update path to docker-compose.yml
This commit is contained in:
Ishaan Jaff 2024-03-01 21:02:32 -08:00 committed by GitHub
commit d494941dcc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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