Browse Source

Update Readme with documentation

master
nolim1t 4 years ago
parent
commit
a86c9b547e
No known key found for this signature in database GPG Key ID: F6287B82CC84BCBD
  1. 18
      README.md

18
README.md

@ -0,0 +1,18 @@
# LND Neutrino Switch Contrainer
![Docker Pulls Count](https://img.shields.io/docker/pulls/lncm/neutrino-switcher.svg?style=flat)
## Files/Folders it needs access to
You may map these anywhere in your filesystem
- /secrets/rpcpass.txt (Bitcoin RPC Password)
- /lnd/lnd.conf (LND configuration. For best results write access please)
- /statuses/ (Write access)
## Environment Variables
Other than that everything should be in the default paths.
- JSONRPCURL (Default: http://10.254.2.2:8332) : Is the JSON-RPC interface for bitcoind
Loading…
Cancel
Save