Skip to content

Commit

Permalink
Update bitcoin-lnd.yml to use externalshosts instead of external IP
Browse files Browse the repository at this point in the history
adresses this issue:

btcpayserver#927
  • Loading branch information
warioishere authored Dec 14, 2024
1 parent 9ca208c commit 72d1c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-generator/docker-fragments/bitcoin-lnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ services:
restart: unless-stopped
environment:
LND_CHAIN: "btc"
LND_EXTERNALIP: ${BTCPAY_ANNOUNCEABLE_HOST}
LND_PORT: 9735
LND_ALIAS: ${LIGHTNING_ALIAS}
LND_ENVIRONMENT: "${NBITCOIN_NETWORK:-regtest}"
Expand All @@ -31,6 +30,7 @@ services:
tlsextradomain=lnd_bitcoin
no-rest-tls=1
protocol.wumbo-channels=1
externalhosts=${BTCPAY_HOST}
ports:
- "9735:9735"
expose:
Expand Down

0 comments on commit 72d1c57

Please sign in to comment.