From ff042753522b443478388ee10dab8f866da8675e Mon Sep 17 00:00:00 2001 From: Bray Date: Thu, 26 Mar 2026 17:42:04 -0400 Subject: [PATCH] fix prometheus volume mapping --- monitoring/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitoring/docker-compose.yml b/monitoring/docker-compose.yml index 961db7e..a2e073b 100644 --- a/monitoring/docker-compose.yml +++ b/monitoring/docker-compose.yml @@ -3,7 +3,7 @@ services: image: prom/prometheus:latest container_name: prometheus volumes: - - ./prometheus/prometheus.yml:/etc/prometheus/prometheus.yml + - ./monitoring/prometheus/prometheus.yml:/etc/prometheus/prometheus.yml - prometheus_data:/prometheus command: - '--config.file=/etc/prometheus/prometheus.yml'