add autodiscover to pocket-lt.yml

This commit is contained in:
cventastic
2022-07-01 14:31:03 +02:00
parent 5d7e8809e3
commit 6abd3efb95

View File

@@ -59,7 +59,7 @@ services:
image: prom/prometheus:v2.30.3 image: prom/prometheus:v2.30.3
container_name: prometheus container_name: prometheus
volumes: volumes:
- ./prometheus/prometheus-lt-1.yml:/etc/prometheus/prometheus.yml - ./prometheus/prometheus-autodiscover.yml:/etc/prometheus/prometheus.yml
- prometheus_data:/prometheus - prometheus_data:/prometheus
command: command:
- '--config.file=/etc/prometheus/prometheus.yml' - '--config.file=/etc/prometheus/prometheus.yml'