소스 검색

fix: prometheus.yaml path in monitoring example (#969)

AlpinDale 2 달 전
부모
커밋
b26a014b12
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/monitoring/docker-compose.yaml

+ 1 - 1
examples/monitoring/docker-compose.yaml

@@ -9,7 +9,7 @@ services:
     ports:
       - "9090:9090"  # the default port used by Prometheus
     volumes:
-      - ${PWD}/prometheus.yaml:/etc/prometheus/prometheus.yml # mount Prometheus config file
+      - ./prometheus.yaml:/etc/prometheus/prometheus.yml # mount Prometheus config file
 
   grafana:
     image: grafana/grafana:latest