mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Bumping LND to 0.13.3-beta (#2964)
This commit is contained in:
parent
d7a7382d00
commit
791db983c7
1 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ services:
|
|||
- "5432"
|
||||
|
||||
merchant_lnd:
|
||||
image: btcpayserver/lnd:v0.13.1-beta-withloop
|
||||
image: btcpayserver/lnd:v0.13.3-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
@ -256,7 +256,7 @@ services:
|
|||
- bitcoind
|
||||
|
||||
customer_lnd:
|
||||
image: btcpayserver/lnd:v0.13.1-beta-withloop
|
||||
image: btcpayserver/lnd:v0.13.3-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
|
Loading…
Add table
Reference in a new issue