From ff43e5cc43005fd58e410f834af7a99bb7487417 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Fri, 8 Jul 2022 11:11:46 -0700 Subject: [PATCH] Fix indentation --- homelab/server/config/monitoring/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/homelab/server/config/monitoring/README.md b/homelab/server/config/monitoring/README.md index e534774a..beb0933e 100644 --- a/homelab/server/config/monitoring/README.md +++ b/homelab/server/config/monitoring/README.md @@ -36,8 +36,8 @@ All monitors use a Prometheus exporter. # Adding Loki and Promtail Followed [this guide from Techno Tim](https://docs.technotim.live/posts/grafana-loki/). Non-tracked changes include: - 1. `docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions` to install the Loki docker plugin. - 2. Edit `/etc/docker/daemon.json` to add the following block: +1. `docker plugin install grafana/loki-docker-driver:latest --alias loki --grant-all-permissions` to install the Loki docker plugin. +2. Edit `/etc/docker/daemon.json` to add the following block: ```json { @@ -49,5 +49,4 @@ Non-tracked changes include: } } ``` - - 3. Refer to the documentation for [restarting the docker daemon](/homelab/docs/Restart the Docker Daemon.md) \ No newline at end of file +3. Refer to the documentation for [restarting the docker daemon](/homelab/docs/Restart the Docker Daemon.md) \ No newline at end of file