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:
afederigo 2017-05-12 02:42:27 +05:00 committed by Olaoluwa Osuntokun
parent 8e4199ee92
commit 2a602b6d61

View File

@ -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" \