From 984f6015acaee5958eb526808770546a574fae23 Mon Sep 17 00:00:00 2001 From: wanghe-fit2cloud Date: Tue, 26 Nov 2024 15:16:56 +0800 Subject: [PATCH] fix: Fixed the issue of Prometheus failing to install in the new version. --- prometheus/3.0.0/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/3.0.0/docker-compose.yml b/prometheus/3.0.0/docker-compose.yml index 596f7a3bd..eaf0d7e48 100644 --- a/prometheus/3.0.0/docker-compose.yml +++ b/prometheus/3.0.0/docker-compose.yml @@ -15,7 +15,7 @@ services: - '--storage.tsdb.path=/prometheus' - '--web.console.libraries=/etc/prometheus/console_libraries' - '--web.console.templates=/etc/prometheus/consoles' - - '--storage.tsdb.retention=200h' + - '--storage.tsdb.retention.time=200h' labels: createdBy: "Apps" networks: