فهرست منبع

Fix Prometheus

Ben 3 ماه پیش
والد
کامیت
a50722f7bf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      grafana/docker-compose.yaml

+ 1 - 1
grafana/docker-compose.yaml

@@ -34,7 +34,7 @@ services:
     ports:
       - "9090:9090"
     volumes:
-      - prometheus.yml:/etc/prometheus/prometheus.yml
+      - ./prometheus.yml:/etc/prometheus/prometheus.yml
       - prometheus_data:/prometheus
     command:
       - '--config.file=/etc/prometheus/prometheus.yml'