More fixes for ln-visualizer

This commit is contained in:
AaronDewes 2022-07-16 11:50:02 +00:00
parent 6c92aee96b
commit 8a60a3bc60

View File

@ -48,5 +48,5 @@ services:
lnd: /lnd
environment:
LND_CERT_FILE: "/lnd/tls.cert"
LND_MACAROON_FILE: "/lnd/data/chain/bitcoin/${APP_BITCOIN_NETWORK}/readonly.macaroon"
LND_MACAROON_FILE: "/lnd/data/chain/bitcoin/${BITCOIN_NETWORK}/readonly.macaroon"
LND_SOCKET: "${LND_IP}:${LND_GRPC_PORT}"