From f3734b542c8538c7a60416f18e1829d8534551d2 Mon Sep 17 00:00:00 2001 From: bgravenorst <50852695+bgravenorst@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:22:54 +1000 Subject: [PATCH] Update localhost link to include port number. (#1827) Signed-off-by: Adrian Sutton --- docs/Monitoring/Alethio/Lite-Block-Explorer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Monitoring/Alethio/Lite-Block-Explorer.md b/docs/Monitoring/Alethio/Lite-Block-Explorer.md index 10a25abebc..90077021fb 100644 --- a/docs/Monitoring/Alethio/Lite-Block-Explorer.md +++ b/docs/Monitoring/Alethio/Lite-Block-Explorer.md @@ -41,7 +41,7 @@ To run the Ethereum Lite Explorer using the Docker image: docker run --rm -p 8080:80 -e APP_NODE_URL=http://localhost:8545 alethio/ethereum-lite-explorer ``` -1. Open [http://localhost:8080](http://localhost) in your browser to view the Lite Explorer. +1. Open [http://localhost:8080](http://localhost:8080) in your browser to view the Lite Explorer. ![Ethereum Lite Explorer](explorer.png)