#26235 Inaccuracy in the Getting Started Tutorial
### Check for existing issues
- [x] I have searched the existing issues and checked that my issue is not a duplicate.
### What happened?
On the [Getting Started Tutorial](https://docs.litellm.ai/docs/proxy/docker_quick_start), “Step 1 — Pull the LiteLLM database image” instructs docker pull ghcr.io/berriai/litellm-database:main-latest. The same page then has you download docker-compose.yml via curl -O https://raw.githubusercontent.com/BerriAI/litellm/main/docker-compose.yml, and the docker-compose.yml uses: image: docker.litellm.ai/berriai/litellm:main-stable for litellm image: postgres:16 for db So the “pull litellm-database image” step doesn’t match the Compose file you’re instructed to use.
If you use docker-compose, I think step 1 can simply be removed.
### Steps to Reproduce
This confusion in the documentation does not lead to errors, but simply misleads the user.
### Relevant log output
```shell
```
### What part of LiteLLM is this about?
Docs
### What LiteLLM version are you on ?
v1.83.11-nightly
### Twitter / LinkedIn details
_No response_