oliver006 / redis_exporter

Prometheus Exporter for ValKey & Redis Metrics. Supports ValKey and Redis 2.x, 3.x, 4.x, 5.x, 6.x, and 7.x
https://github.com/oliver006/redis_exporter
MIT License
3.12k stars 876 forks source link

Support Docker Compose V2 in Makefile #900

Closed bjosv closed 5 months ago

bjosv commented 5 months ago

Since Docker Compose is installed as a plugin in v2 the binary docker-compose is not always available. The makefile will now use docker compose in that case.

The recommendation is to start using the command docker compose instead of docker-compose, so an alternative is to replace, but this gives somewhat smoother migration.

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 321

Details


Totals Coverage Status
Change from base Build 315: 0.0%
Covered Lines: 1971
Relevant Lines: 2340

💛 - Coveralls
oliver006 commented 5 months ago

The recommendation is to start using the command docker compose instead of docker-compose

This is neat, I didn't know that!