Files
loki/examples/getting-started
Rui Fernandes 1ae1318fce Examples: Add healthckecks in docker example (#7731)
**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
2022-11-23 09:34:01 +01:00
..

Loki getting started guide configuration

This directory contains configuration to use with the Loki getting started guide.