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