mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-10 17:44:28 +01:00
Reference to lnd docker image updated to point to latest
Also helps with building image locally for debugging
This commit is contained in:
@@ -200,7 +200,7 @@ services:
|
||||
- "5432"
|
||||
|
||||
merchant_lnd:
|
||||
image: btcpayserver/lnd:0.4.1.0
|
||||
image: btcpayserver/lnd:latest
|
||||
environment:
|
||||
RPCHOST: bitcoind:43782
|
||||
RPCUSER: ceiwHEbqWI83
|
||||
@@ -220,7 +220,7 @@ services:
|
||||
- bitcoind
|
||||
|
||||
customer_lnd:
|
||||
image: btcpayserver/lnd:0.4.1.0
|
||||
image: btcpayserver/lnd:latest
|
||||
environment:
|
||||
RPCHOST: bitcoind:43782
|
||||
RPCUSER: ceiwHEbqWI83
|
||||
|
||||
Reference in New Issue
Block a user