mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
docker: don't specify datadir in lnd container
In this commit, we fix a lingering issue in the execution of the lnd container, after the new macaroon based authentication was added. With the new authentication feature, if the datadir was changed, but `lncli` wasn't updated to point to the macaroon path, then none of the commands would work. To fix this, we simply omit setting the data directory.
This commit is contained in:
parent
8693e8babc
commit
d0685730bd
@ -46,7 +46,6 @@ NETWORK=$(set_default "$NETWORK" "simnet")
|
||||
CHAIN=$(set_default "$CHAIN" "bitcoin")
|
||||
|
||||
lnd \
|
||||
--datadir="/data" \
|
||||
--logdir="/data" \
|
||||
"--$CHAIN.rpccert"="/rpc/rpc.cert" \
|
||||
"--$CHAIN.active" \
|
||||
|
Loading…
Reference in New Issue
Block a user