From cd1eaab95b2a29b2123c3c1793afd5609d1d3640 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sat, 22 Oct 2022 16:34:05 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd4598b..1614434 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ docker-compose -f ./docker-compose-mktxp-stack.yml up -d As soon as the containers are up & running, just point your Web browser to included [Grafana dashboards](http://localhost:3000/dashboards) and open the one called "Mikrotik Loki Logs". ## Alternative docker-compose configurations -The project offers multiple [ocker-compose files to load only relevant parts of the stack as actually required. +The project offers multiple docker-compose files to load only relevant parts of the stack as actually required. To go with full stack, run docker-compose as described above: ```