Browse Source

Update thunderhub app to v0.12.30

thunderhub-0.12.30
Luke Childs 3 years ago
parent
commit
adee12549b
  1. 2
      apps/registry.json
  2. 2
      apps/thunderhub/docker-compose.yml

2
apps/registry.json

@ -387,7 +387,7 @@
"id": "thunderhub",
"category": "Lightning Node Management",
"name": "ThunderHub",
"version": "0.12.24",
"version": "0.12.30",
"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.24@sha256:ea466edac18a8889d6e59f3697f16612fd25d7c3fffb712098ef337fe1d76f2b
image: apotdevin/thunderhub:v0.12.30@sha256:631c911609da44685687ac11ace4391e1cdfa52caa70582ea41d1b468cdec8e1
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

Loading…
Cancel
Save