From ca4a4b3499fc1b5dbc791e53a26f3341f8537dd3 Mon Sep 17 00:00:00 2001 From: Andy Bunce Date: Sat, 2 Apr 2022 18:01:19 +0100 Subject: [PATCH] [fix] again --- prometheus/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/docker-compose.yml b/prometheus/docker-compose.yml index 054a05d..d005ce4 100644 --- a/prometheus/docker-compose.yml +++ b/prometheus/docker-compose.yml @@ -6,7 +6,7 @@ services: ports: - 9000:9090 volumes: - - ./data:/etc/prometheus + - ./config:/etc/prometheus - prometheus-data:/prometheus command: --web.enable-lifecycle --config.file=/etc/prometheus/prometheus.yml