mirror of
https://github.com/grafana/loki.git
synced 2025-08-01 17:56:27 +08:00

**What this PR does / why we need it**: Adds healthchecks for the loki `docker compose` example, this makes the getting started example more complete, and can be now used with the `--wait` command. **Special notes for your reviewer**: Use the following commands to test: ```sh cd examples/getting-started docker compose up -d --wait docker compose ps ``` **Checklist** - [x] Reviewed the `CONTRIBUTING.md` guide - [x] `CHANGELOG.md` updated
Loki getting started guide configuration
This directory contains configuration to use with the Loki getting started guide.