From 0d37062c07fc3f29618f589109ecf87f2e36f872 Mon Sep 17 00:00:00 2001 From: M_Viper Date: Thu, 15 Feb 2024 14:36:34 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9fc0127..41e1239 100644 --- a/README.md +++ b/README.md @@ -16,16 +16,16 @@ sh get-docker.sh docker volume create prometheus-data docker volume create prometheus-conf -

-docker run \
+
+
docker run \
     -p 9090:9090 \ 
     -v prometheus-data:/prometheus \
     -v prometheus-conf:/etc/prometheus \
     --name prometheus \
     --restart=always
-    prom/prometheus:latest
+    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