Adding LND listening on localhost for port 10009 since our scripts depend on it
This commit is contained in:
@@ -18,6 +18,7 @@ services:
|
|||||||
restlisten=lnd_bitcoin:8080
|
restlisten=lnd_bitcoin:8080
|
||||||
rpclisten=127.0.0.1:10008
|
rpclisten=127.0.0.1:10008
|
||||||
rpclisten=lnd_bitcoin:10009
|
rpclisten=lnd_bitcoin:10009
|
||||||
|
rpclisten=127.0.0.1:10009
|
||||||
bitcoin.node=bitcoind
|
bitcoin.node=bitcoind
|
||||||
bitcoind.rpchost=bitcoind:43782
|
bitcoind.rpchost=bitcoind:43782
|
||||||
bitcoind.rpcuser=lnd
|
bitcoind.rpcuser=lnd
|
||||||
|
|||||||
Reference in New Issue
Block a user