Compare commits

...

1 Commits

Author SHA1 Message Date
3600b30a8c Bumping LND to 0.15.0-beta 2022-07-25 19:15:19 -05:00
2 changed files with 4 additions and 4 deletions

View File

@ -237,7 +237,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@ -272,7 +272,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"

View File

@ -225,7 +225,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@ -262,7 +262,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.14.2-beta
image: btcpayserver/lnd:v0.15.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"