Merge pull request #278 from benjamonnguyen/update-compose-with-grafana-example

fix docker-compose.yml for compose-with-grafana example
This commit is contained in:
Michael Eischer 2024-03-27 18:59:33 +01:00 committed by GitHub
commit 705c83a714
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View file

@ -24,7 +24,7 @@ services:
- "127.0.0.1:8020:9090"
volumes:
- prometheusdata:/prometheus
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro
- ./prometheus:/etc/prometheus:ro
depends_on:
- restserver
networks: