restic / rest-server

Rest Server is a high performance HTTP server that implements restic's REST backend API.
BSD 2-Clause "Simplified" License
899 stars 139 forks source link

fix docker-compose.yml for compose-with-grafana example #278

Closed benjamonnguyen closed 3 months ago

benjamonnguyen commented 4 months ago

What is the purpose of this change? What does it change?

Fixes docker-compose.yml in compose-with-grafana example.

Latest prometheus image needs to be provided a directory containing the prometheus.yml file.

Was the change discussed in an issue or in the forum before?

In a different repo: https://github.com/uber/cadence/issues/4406

Checklist