Browse Source

Update thunderhub app to 0.12.24 (#886)

master-prepare
Luke Childs 3 years ago
committed by GitHub
parent
commit
3f9d7f0e45
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 2
      apps/thunderhub/docker-compose.yml

2
apps/registry.json

@ -167,7 +167,7 @@
"id": "thunderhub",
"category": "Lightning Node Management",
"name": "ThunderHub",
"version": "0.12.20",
"version": "0.12.24",
"tagline": "Take full control of your Lightning node",
"description": "ThunderHub allows you to take full control of your Lightning node with a slick and awesome UI. Explore all the options that ThunderHub has to offer, from sending and receiving Lightning payments, to checking your node's health statistics, and even more advanced options like channel rebalancing and multi-path lightning payments.\n\nManaging and monitoring your node has never been easier with transaction reports, graphs and a huge assortment of different features all bundled inside of this great tool.",
"developer": "Anthony Potdevin",

2
apps/thunderhub/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: apotdevin/thunderhub:v0.12.20@sha256:c7f6ce24fc6dfe02ec8267345f31d43ec62e09f77ed6bedaa4fcf7d5f089537a
image: apotdevin/thunderhub:v0.12.24@sha256:ea466edac18a8889d6e59f3697f16612fd25d7c3fffb712098ef337fe1d76f2b
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

Loading…
Cancel
Save