Open daveajones opened 2 years ago
Would adding the following to the environment
section of the Umbrel docker-compose.yml file resolve this issue?
LND_ADMINMACAROON: "/lnd/data/chain/bitcoin/$APP_BITCOIN_NETWORK/admin.macaroon"
Interesting. Not sure. Since the move from 0.4.x to 0.5.x I’m unsure if any of that changed. Will need to test once my Umbrel is successfully upgraded.
Respect the $BITCOIN_NETWORK environment variable to test which network is being asked for and use the proper macaroon. Referenced by issue: #1278 on the Umbrel repo.