Răsfoiți Sursa

Fix Prometheus

Ben 3 luni în urmă
părinte
comite
a50722f7bf
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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'