Bumping LND to 0.13.1-beta (#2729)

This commit is contained in:
rockstardev
2021-08-01 02:20:40 +02:00
committed by GitHub
parent eb24cf5f84
commit a9cd27e012
2 changed files with 4 additions and 4 deletions

View File

@@ -227,7 +227,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.12.1-beta
image: btcpayserver/lnd:v0.13.1-beta-withloop
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -261,7 +261,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.12.1-beta
image: btcpayserver/lnd:v0.13.1-beta-withloop
restart: unless-stopped
environment:
LND_CHAIN: "btc"

View File

@@ -215,7 +215,7 @@ services:
- "5432"
merchant_lnd:
image: btcpayserver/lnd:v0.12.1-beta
image: btcpayserver/lnd:v0.13.1-beta-withloop
restart: unless-stopped
environment:
LND_CHAIN: "btc"
@@ -249,7 +249,7 @@ services:
- bitcoind
customer_lnd:
image: btcpayserver/lnd:v0.12.1-beta
image: btcpayserver/lnd:v0.13.1-beta-withloop
restart: unless-stopped
environment:
LND_CHAIN: "btc"