mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
Update LND to 0.11.0-beta
This commit is contained in:
parent
39beacf884
commit
d8550f6cca
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ services:
|
|||
- "5432"
|
||||
|
||||
merchant_lnd:
|
||||
image: btcpayserver/lnd:v0.10.2-beta
|
||||
image: btcpayserver/lnd:v0.11.0-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
@ -237,7 +237,7 @@ services:
|
|||
- bitcoind
|
||||
|
||||
customer_lnd:
|
||||
image: btcpayserver/lnd:v0.10.2-beta
|
||||
image: btcpayserver/lnd:v0.11.0-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
|
Loading…
Add table
Reference in a new issue