mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
docker: update docker instructions to be aware of multi-chain config
This commit contains replacement of previous --rpccert flag on newest --bitcoin.rpccert flag in docker lnd config.
This commit is contained in:
parent
8e4199ee92
commit
2a602b6d61
@ -47,10 +47,10 @@ BITCOIN_NETWORK=$(set_default "$BITCOIN_NETWORK" "simnet")
|
||||
lnd \
|
||||
--datadir="/data" \
|
||||
--logdir="/data" \
|
||||
--rpccert="/rpc/rpc.cert" \
|
||||
--bitcoin.active \
|
||||
"--bitcoin.$BITCOIN_NETWORK" \
|
||||
--bitcoin.rpchost="btcd" \
|
||||
--bitcoin.rpccert="/rpc/rpc.cert" \
|
||||
--bitcoin.rpcuser="$RPCUSER" \
|
||||
--bitcoin.rpcpass="$RPCPASS" \
|
||||
--debuglevel="$DEBUG" \
|
||||
|
Loading…
Reference in New Issue
Block a user