Bumping LND to 0.15.0-beta (#3999)

This commit is contained in:
rockstardev 2022-07-26 06:09:56 -05:00 committed by GitHub
parent a3d536bd51
commit c821208b5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"