From 25a2cb8f747fda91a6ba75fb4d20d19491d1c67a Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Thu, 30 Mar 2023 19:31:00 +0200 Subject: [PATCH] update --- prometheus_grafana_loki/readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prometheus_grafana_loki/readme.md b/prometheus_grafana_loki/readme.md index d2b45fd..fc2ba1e 100644 --- a/prometheus_grafana_loki/readme.md +++ b/prometheus_grafana_loki/readme.md @@ -75,7 +75,7 @@ Prometheus is relatively young project, it is a **pull type** monitoring. /home/ └── ~/ └── docker/ - └── prometheus/ + └── monitoring/ ├── 🗁 grafana_data/ ├── 🗁 prometheus_data/ ├── 🗋 docker-compose.yml @@ -1611,7 +1611,7 @@ that makes daily snapshot of the entire directory. #### Restore -* down the prometheus containers `docker-compose down`
-* delete the entire prometheus directory
-* from the backup copy back the prometheus directory
+* down the containers `docker-compose down`
+* delete the entire monitoring directory
+* from the backup copy back the monitoring directory
* start the containers `docker-compose up -d`