mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-27 02:44:32 +01:00
Switching to lnd image from Docker Hub
This commit is contained in:
@@ -200,7 +200,7 @@ services:
|
||||
- "5432"
|
||||
|
||||
merchant_lnd:
|
||||
image: btcpayserver/lnd:latest
|
||||
image: btcpayserver/lnd:0.4.2.0
|
||||
environment:
|
||||
RPCHOST: bitcoind:43782
|
||||
RPCUSER: ceiwHEbqWI83
|
||||
@@ -221,7 +221,7 @@ services:
|
||||
- bitcoind
|
||||
|
||||
customer_lnd:
|
||||
image: btcpayserver/lnd:latest
|
||||
image: btcpayserver/lnd:0.4.2.0
|
||||
environment:
|
||||
RPCHOST: bitcoind:43782
|
||||
RPCUSER: ceiwHEbqWI83
|
||||
|
||||
Reference in New Issue
Block a user