mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Bumping LND to 0.18.4-beta in other files as well
This commit is contained in:
parent
b59182f169
commit
c766047f63
2 changed files with 4 additions and 4 deletions
|
@ -187,7 +187,7 @@ services:
|
|||
- "5432"
|
||||
|
||||
merchant_lnd:
|
||||
image: btcpayserver/lnd:v0.18.3-beta
|
||||
image: btcpayserver/lnd:v0.18.4-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
@ -225,7 +225,7 @@ services:
|
|||
- bitcoind
|
||||
|
||||
customer_lnd:
|
||||
image: btcpayserver/lnd:v0.18.3-beta
|
||||
image: btcpayserver/lnd:v0.18.4-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
|
|
@ -177,7 +177,7 @@ services:
|
|||
- "5432"
|
||||
|
||||
merchant_lnd:
|
||||
image: btcpayserver/lnd:v0.18.3-beta
|
||||
image: btcpayserver/lnd:v0.18.4-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
@ -215,7 +215,7 @@ services:
|
|||
- bitcoind
|
||||
|
||||
customer_lnd:
|
||||
image: btcpayserver/lnd:v0.18.3-beta
|
||||
image: btcpayserver/lnd:v0.18.4-beta
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
LND_CHAIN: "btc"
|
||||
|
|
Loading…
Add table
Reference in a new issue