Bumping LND to 0.16.0-beta (#4873)

This commit is contained in:
rockstardev 2023-04-13 00:48:47 -05:00 committed by GitHub
parent 90d300a490
commit 046129a57d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -243,7 +243,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.15.4-beta-1
image: btcpayserver/lnd:v0.16.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@ -278,7 +278,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.15.4-beta-1
image: btcpayserver/lnd:v0.16.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"

View file

@ -230,7 +230,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.15.4-beta-1
image: btcpayserver/lnd:v0.16.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@ -267,7 +267,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.15.4-beta-1
image: btcpayserver/lnd:v0.16.0-beta
restart: unless-stopped
environment:
LND_CHAIN: "btc"