Browse Source

config file location

bboykin87 4 years ago
parent
commit
7f5a3a5bf4
1 changed files with 1 additions and 1 deletions
  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
       - prometheus-data:/prometheus
     restart: unless-stopped
     restart: unless-stopped
     command:
     command:
-      - "--config.file=/config/prometheus.yml"
+      - "--config.file=/etc/prometheus/prometheus.yml"
 
 
   grafana:
   grafana:
     image: grafana/grafana:latest
     image: grafana/grafana:latest