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
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: