Skip to content

Commit

Permalink
Update app service with UI container that renders database corruption…
Browse files Browse the repository at this point in the history
… messages
  • Loading branch information
nmfretz committed Nov 26, 2024
1 parent ef8cd59 commit 48a0055
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fulcrum/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
APP_PORT: 3006

app:
image: ghcr.io/sahilph/umbrel-fulcrum:sha-2e52b24@sha256:7a7bcc00a3dd41d2c5034b1e8b59bf2c83b0d6f311cdfa405ffbbf2940d7985c
image: nmfretz/umbrel-fulcrum:1.0.1@sha256:7ebcb84446e55dbbde7711a4ac2d65ca65c55d0092e6640b41ca2d9c4539a3ff
depends_on:
- fulcrum
restart: on-failure
Expand Down
4 changes: 2 additions & 2 deletions fulcrum/umbrel-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ implements:
- electrs
category: bitcoin
name: Fulcrum
version: "1.11.1-swappable.2"
version: "1.11.1-swappable.3"
tagline: A fast and nimble Electrum Server
description: >-
Run your personal Electrum server and connect your Electrum-compatible wallet,
Expand All @@ -30,7 +30,7 @@ gallery:
path: ""
defaultPassword: ""
releaseNotes: >-
This hotfix release ensures that Fulcrum does not clash with Core Lightning when both are installed.
This release improves database stability during app restarts and adds UI notifications for any database corruption issues.
**Previous release notes:**
Expand Down

0 comments on commit 48a0055

Please sign in to comment.