Skip to content

Commit

Permalink
fix: prometheus.yaml path in monitoring example (#969)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpinDale authored Dec 23, 2024
1 parent 5bec8fb commit b26a014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/monitoring/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ports:
- "9090:9090" # the default port used by Prometheus
volumes:
- ${PWD}/prometheus.yaml:/etc/prometheus/prometheus.yml # mount Prometheus config file
- ./prometheus.yaml:/etc/prometheus/prometheus.yml # mount Prometheus config file

grafana:
image: grafana/grafana:latest
Expand Down

0 comments on commit b26a014

Please sign in to comment.