ソースを参照

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'