mirror of
https://github.com/aljazceru/mutiny-net.git
synced 2025-12-17 05:54:22 +01:00
Update lnd
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
|||||||
- "38334:38334"
|
- "38334:38334"
|
||||||
lnd:
|
lnd:
|
||||||
container_name: "lnd"
|
container_name: "lnd"
|
||||||
image: lightninglabs/lnd:v0.17.5-beta
|
image: lightninglabs/lnd:v0.18.2-beta
|
||||||
user: "0:1000"
|
user: "0:1000"
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
restart: always
|
restart: always
|
||||||
@@ -67,6 +67,9 @@ services:
|
|||||||
"--noseedbackup",
|
"--noseedbackup",
|
||||||
"--gc-canceled-invoices-on-startup",
|
"--gc-canceled-invoices-on-startup",
|
||||||
"--coin-selection-strategy=random",
|
"--coin-selection-strategy=random",
|
||||||
|
"--protocol.custom-message=513",
|
||||||
|
"--protocol.custom-nodeann=39",
|
||||||
|
"--protocol.custom-init=39",
|
||||||
]
|
]
|
||||||
volumes:
|
volumes:
|
||||||
- ~/volumes/.lnd:/root/.lnd
|
- ~/volumes/.lnd:/root/.lnd
|
||||||
|
|||||||
Reference in New Issue
Block a user