From 39b0d31b764bf2da26339bcd968d2a8c50123ff9 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Thu, 15 Feb 2024 14:34:21 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47b1ff0..ffcad6c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ sh get-docker.sh docker volume create prometheus-data docker volume create prometheus-conf - +
  • docker run \ -p 9090:9090 \ -v prometheus-data:/prometheus \ @@ -25,7 +25,7 @@ docker run \ --restart=always prom/prometheus:latest - +
  • ### Wer die Retention Time setzen möchte fügt folgendes hinzu. (Aufbewahrungszeit) --storage.tsdb.retention.time=30d --config.file=/etc/prometheus/prometheus.yml