瀏覽代碼

fix: prometheus.yaml path in monitoring example (#969)

AlpinDale 2 月之前
父節點
當前提交
b26a014b12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/monitoring/docker-compose.yaml

+ 1 - 1
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