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

This commit is contained in:
Benjamin Nguyen 2024-03-07 14:28:57 -08:00 committed by GitHub
parent a2b39539a3
commit fed9c4b1e3
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" - "127.0.0.1:8020:9090"
volumes: volumes:
- prometheusdata:/prometheus - prometheusdata:/prometheus
- ./prometheus.yml:/etc/prometheus/prometheus.yml:ro - ./prometheus:/etc/prometheus:ro
depends_on: depends_on:
- restserver - restserver
networks: networks: