From 42fd6cc8f08a002ea19fffa6eb0148cc97c2724e Mon Sep 17 00:00:00 2001 From: M_Viper Date: Thu, 15 Feb 2024 14:36:00 +0000 Subject: [PATCH] README.md aktualisiert --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ffcad6c..9fc0127 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 \
    -    -p 9090:9090 \
    +    -p 9090:9090 \ 
         -v prometheus-data:/prometheus \
         -v prometheus-conf:/etc/prometheus \
         --name prometheus \
         --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