Update localhost link to include port number. (#1827)

Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
bgravenorst 5 years ago committed by MadelineMurray
parent 9db2744795
commit f3734b542c
  1. 2
      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)

Loading…
Cancel
Save