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'