Browse Source

Update thunderhub app to v0.12.4 (#440)

Co-authored-by: Lounès Ksouri <dev@louneskmt.com>
contributing
Aaron Dewes 4 years ago
committed by GitHub
parent
commit
74ded279e2
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

@ -119,7 +119,7 @@
"id": "thunderhub",
"category": "Lightning Node Management",
"name": "ThunderHub",
"version": "0.12.2",
"version": "0.12.4",
"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

@ -8,7 +8,7 @@ x-logging:
services:
web:
image: apotdevin/thunderhub:v0.12.2@sha256:c6e22cd3f489924185da20b1a10c07ecce219b874adf35b9c0be46725033840f
image: apotdevin/thunderhub:v0.12.4@sha256:6ca79079a1989681c7e1bc60d8e86704febe88ce0f85343a1a8185768e936011
user: "1000:1000"
logging: *default-logging
restart: on-failure

Loading…
Cancel
Save