Update README.md

This commit is contained in:
tripathyr 2022-07-17 12:44:03 +05:30 committed by GitHub
parent b3f957cc7e
commit d9491ea300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,10 +22,13 @@ NETWORK: [mainnet|testnet] The Flo network you wish to run the Flo Explorer on (
ADDNODE: [ip-address] An IP address of a Flo node to be used as a source of blocks. This is useful if you are running isolated networks, or if you are having a hard time connecting to the network.
CUSTOM_FCOIN_CONFIG: [String] A string (seperated with \n to split lines lines) of extra config variables to add to fcoin.conf (fcoin is the internal Flo Fullnode for the Flo Explorer)
## Intstructions to build the image
## Instructions to build the image
```
git clone https://github.com/ranchimall/flosight-docker-files/
cd flosight-docker-files
sudo docker build -t ranchimallfze/flosight:1.0.0 .
cd flosight-docker-files
sudo docker build -t ranchimallfze/flosight:1.0.0 .
```