Update README.md
This commit is contained in:
parent
13c93accf3
commit
b3f957cc7e
@ -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).
|
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.
|
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)
|
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 .
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user