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**: This PR replaces the deprecated `MINIO_ACCESS_KEY` and `MINIO_SECRET_KEY` environment variables in the Docker Compose templates with their new names `MINIO_ROOT_USER` and `MINIO_ROOT_PASSWORD`. This change has only been applied to the templates which do not have a pinned MinIO version. **Which issue(s) this PR fixes**: Fixes #8702 **Special notes for your reviewer**: This splits the previous PR #9150 in order to have separate PRs for Loki and Operator. **Checklist** - [x] Reviewed the [`CONTRIBUTING.md`](https://github.com/grafana/loki/blob/main/CONTRIBUTING.md) guide (**required**) - [ ] Documentation added - [ ] Tests updated - [ ] `CHANGELOG.md` updated - [ ] Changes that require user attention or interaction to upgrade are documented in `docs/sources/upgrading/_index.md` Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
Loki getting started guide configuration
This directory contains configuration to use with the Loki getting started guide.