Docker compose: Update loki and promtail version tags to 2.7.1 (#8230)

**What this PR does / why we need it**:

Updated loki and promtail version tags to the latest.

**Which issue(s) this PR fixes**:


**Special notes for your reviewer**:

**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`
pull/8238/head
Teruya Ono 2 years ago committed by GitHub
parent 15b382294e
commit 3e5fb36f30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      production/docker-compose.yaml

@ -5,7 +5,7 @@ networks:
services: services:
loki: loki:
image: grafana/loki:2.6.1 image: grafana/loki:2.7.1
ports: ports:
- "3100:3100" - "3100:3100"
command: -config.file=/etc/loki/local-config.yaml command: -config.file=/etc/loki/local-config.yaml
@ -13,7 +13,7 @@ services:
- loki - loki
promtail: promtail:
image: grafana/promtail:2.6.1 image: grafana/promtail:2.7.1
volumes: volumes:
- /var/log:/var/log - /var/log:/var/log
command: -config.file=/etc/promtail/config.yml command: -config.file=/etc/promtail/config.yml

Loading…
Cancel
Save