Browse Source

Update lndg app to v1.0.5 (#1325)

0.4.17
cryptosharks131 3 years ago
committed by GitHub
parent
commit
16a57f6474
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/lndg/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/lndg/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: ghcr.io/cryptosharks131/lndg:v1.0.4@sha256:73cfee048ec1dde6e7977cc0b9d828ecc8c0a1fa667defd66c474daad9af4a0c
image: ghcr.io/cryptosharks131/lndg:v1.0.5@sha256:cebb3cb42ebc26e7d148792e9f191dea78016cd514940a19143d3e51b5e023d2
restart: on-failure
stop_grace_period: 1m
ports:

2
apps/registry.json

@ -856,7 +856,7 @@
"id": "lndg",
"category": "Lightning Node Management",
"name": "LNDg",
"version": "1.0.4",
"version": "1.0.5",
"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, selecting new potential peers and much more.",
"developer": "cryptosharks131",

Loading…
Cancel
Save