Browse Source

Update Torq to v1.0.11 (#716)

main
ohenrik 2 years ago
committed by GitHub
parent
commit
f180c8bc28
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      torq/docker-compose.yml
  2. 7
      torq/umbrel-app.yml

2
torq/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 7028
web:
image: lncapital/torq:1.0.10@sha256:1a1ccba1d6b3e9c2196b6ee2c2d77e6662826a8d4808452f9406a2c6cb3c6426
image: lncapital/torq:1.0.11@sha256:f5aac0606fe3f821f858aba558c8ef107fe7862c5a8f2595cc94f585df11349d
user: "1000:1000"
restart: on-failure
stop_grace_period: 1m

7
torq/umbrel-app.yml

@ -2,7 +2,7 @@ manifestVersion: 1
id: torq
category: bitcoin
name: Torq
version: "v1.0.10"
version: "v1.0.11"
tagline: Scalable Node Management Software
description: >-
Operating a Lightning node requires a lot of work. You need to monitor your channels, rebalance them, keep track of your fees and much more.
@ -52,6 +52,11 @@ gallery:
- 5.jpg
releaseNotes: >-
Torq v1.0.11
Bug fixes:
- Fixes issue where creation of new tags overwrote existing tags.
Torq v1.0.10
New:

Loading…
Cancel
Save