diff --git a/README.md b/README.md
index 248ce49..47b1ff0 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ Prometheus docker Install
apt install curl
#Docker Installation
+
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
@@ -15,6 +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 \
@@ -23,6 +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