Просмотр исходного кода

Update docker-compose.yml

store config file in /etc/prometheus, like described in the video
Christian 4 лет назад
Родитель
Сommit
9e88939dc5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      docker-compose/prometheus-grafana/docker-compose.yml

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

@@ -14,7 +14,7 @@ services:
     ports:
       - "9090:9090"
     volumes:
-      - /config:/etc/prometheus
+      - /etc/prometheus:/etc/prometheus
       - prometheus-data:/prometheus
     restart: unless-stopped
     command: