mirror of
https://github.com/Retropex/btcpayserver-docker.git
synced 2025-05-13 05:20:40 +02:00
Adding LND listening on localhost for port 10009 since our scripts depend on it
This commit is contained in:
parent
420ae328b1
commit
f90a038fa0
@ -18,6 +18,7 @@ services:
|
||||
restlisten=lnd_bitcoin:8080
|
||||
rpclisten=127.0.0.1:10008
|
||||
rpclisten=lnd_bitcoin:10009
|
||||
rpclisten=127.0.0.1:10009
|
||||
bitcoin.node=bitcoind
|
||||
bitcoind.rpchost=bitcoind:43782
|
||||
bitcoind.rpcuser=lnd
|
||||
|
Loading…
Reference in New Issue
Block a user