Skip to content

Commit

Permalink
Update docker-bitcoin.yml
Browse files Browse the repository at this point in the history
Fixed issue with lncm bitcoind container and replaced it with the one provided by the umbrel team.
  • Loading branch information
JDsnyke authored Nov 29, 2024
1 parent b8f4b25 commit f8b8fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/docker-bitcoin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.7"
services:
bitcoind:
container_name: bitcoind
image: lncm/bitcoind:v28.0
image: getumbrel/bitcoind:v28.0
command: "${APP_BITCOIN_COMMAND}"
restart: unless-stopped
user: "${APP_BITCOIND_USER_INFO}"
Expand Down

0 comments on commit f8b8fba

Please sign in to comment.