From 4d9df70d07b0ff231457fc303cb64fd68229822d Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sat, 22 Oct 2022 16:06:07 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11380c2..a419f1f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ As an out-of-the-box solution, it lets quickly get up & running with [MKTXP](htt While complementary to [MKTXP](https://github.com/akpw/mktxp), this project also adds some extra capabilitis such an [centralized Mikrotik log processing](https://github.com/akpw/mktxp-stack#mikrotik-centralized-logging) based on a preconfigured [syslog-ng](https://www.syslog-ng.com/) / [promtail](https://grafana.com/docs/loki/latest/clients/promtail/) / [Loki](https://grafana.com/docs/loki/latest) stack. -The project offers multiple alternative docker-compose configurations, to load only relevant parts of the stack as actually required. +The project offers multiple [docker-compose configurations](https://github.com/akpw/mktxp-stack/blob/main/README.md#alternative-docker-compose-configurations), to load only relevant parts of the stack as actually required. ## Requirements: @@ -74,7 +74,7 @@ add action=remote disabled=no prefix=:Caps topics=caps add action=remote disabled=no prefix=:Wireles topics=wireless ``` -Unless you already done so in the previous step, run docker-compose: +Unless you already done as it during the previous [MKTXP Exporter configuration](https://github.com/akpw/mktxp-stack/blob/main/README.md#mktxp-exporter), run docker-compose: ``` docker-compose -f ./docker-compose-mktxp.yml up -d ```