Update README.md

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

View File

@ -21,3 +21,11 @@ Flo Explorer uses Environment Variables to allow for configuration settings. You
NETWORK: [mainnet|testnet] The Flo network you wish to run the Flo Explorer on (Default mainnet).
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
```
git clone https://github.com/ranchimall/flosight-docker-files/
cd flosight-docker-files
sudo docker build -t ranchimallfze/flosight:1.0.0 .