소스 검색

update prometheus yaml

xcad 4 달 전
부모
커밋
3af72b00d9
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/compose/prometheus/compose.yaml.j2
  2. 0 0
      library/compose/prometheus/config/prometheus.yml

+ 1 - 1
library/compose/prometheus/compose.yaml.j2

@@ -25,7 +25,7 @@ services:
     {% endif %}
     volumes:
       - {{ service_name }}_data:/prometheus
-      - ./config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
+      - ./config/prometheus.yml:/etc/prometheus/prometheus.yml:ro
     {% if traefik_enabled  %}
     networks:
       {{ traefik_network }}:

+ 0 - 0
library/compose/prometheus/config/prometheus.yaml → library/compose/prometheus/config/prometheus.yml