소스 검색

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'