From 379b59d49c2fd923a8ca5d75d0ec25efa47aaa40 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Wed, 19 Oct 2022 21:18:37 +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 be817f1..37a9a60 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ cd mktxp-stack-main /user add name=mktxp_user group=mktxp_group password=mktxp_user_password ``` - - Run docker-compose, give the containers some time to start up, and then point your Web browser to [Grafana](http://localhost:3000) + - Now run docker-compose, give the containers some time to start up, and point your Web browser to [Grafana](http://localhost:3000) ``` docker-compose -f ./docker-compose-mktxp.yml up -d ```