diff --git a/examples/monitoring/docker-compose.yaml b/examples/monitoring/docker-compose.yaml index 006e0b8fd..e9664b882 100644 --- a/examples/monitoring/docker-compose.yaml +++ b/examples/monitoring/docker-compose.yaml @@ -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