bboykin87 4 лет назад
Родитель
Сommit
7f5a3a5bf4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docker-compose/prometheus-grafana/docker-compose.yml

+ 1 - 1
docker-compose/prometheus-grafana/docker-compose.yml

@@ -18,7 +18,7 @@ services:
       - prometheus-data:/prometheus
     restart: unless-stopped
     command:
-      - "--config.file=/config/prometheus.yml"
+      - "--config.file=/etc/prometheus/prometheus.yml"
 
   grafana:
     image: grafana/grafana:latest