This commit is contained in:
cventastic
2022-01-30 10:11:31 +01:00
parent 93c49e7838
commit 3f3ff3064b

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/prometheus-lt-1.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'