mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update LNDg to v1.3.1 (#127)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
This commit is contained in:
parent
e2b44bfef1
commit
5f81f84e6f
@ -7,9 +7,10 @@ services:
|
||||
APP_PORT: $APP_LNDG_PORT
|
||||
|
||||
web:
|
||||
image: ghcr.io/cryptosharks131/lndg:v1.2.1@sha256:4c06dcf97b0b80324d775acdb6272a12559fbb318fe7b0fb4549e29dd0b2a7a5
|
||||
image: ghcr.io/cryptosharks131/lndg:v1.3.1@sha256:b412bc37b6ed07c3c0335fedf409699ce019a928e69a3f6e7af9ffc8adcfcf99
|
||||
restart: on-failure
|
||||
stop_grace_period: 1m
|
||||
init: true
|
||||
volumes:
|
||||
- ${APP_LIGHTNING_NODE_DATA_DIR}:/root/.lnd:ro
|
||||
- ${APP_DATA_DIR}:/lndg/data
|
||||
|
@ -2,7 +2,7 @@ manifestVersion: 1
|
||||
id: lndg
|
||||
category: Lightning Node Management
|
||||
name: LNDg
|
||||
version: "1.2.1"
|
||||
version: "1.3.1"
|
||||
tagline: Analyze and automate your Lightning node management
|
||||
description: LNDg is your command center for running a profitable and efficient
|
||||
routing node. From quickly viewing your node's health, automated rebalancing,
|
||||
@ -21,3 +21,7 @@ gallery:
|
||||
path: ""
|
||||
defaultUsername: lndg-admin
|
||||
deterministicPassword: true
|
||||
releaseNotes: >-
|
||||
Address an issue with unknown channels and calculating close fees
|
||||
|
||||
Fixes an issue in the peer reconnection timer if the connect request results in an error
|
||||
|
Loading…
Reference in New Issue
Block a user