Explorar o código

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

AlpinDale hai 2 meses
pai
achega
b26a014b12
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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