Переглянути джерело

Merge pull request #214 from woelig/main

Prometheus container fixes
Christoph Schug 2 роки тому
батько
коміт
a6bfac2a41

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


+ 1 - 1
docker-compose/prometheus/docker-compose.yaml

@@ -11,5 +11,5 @@ services:
     command: "--config.file=/etc/prometheus/prometheus.yaml"
     volumes:
       - ./config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
-      - ./data:/prometheus
+      - prometheus-data:/prometheus
     restart: unless-stopped