Skip to content

Commit

Permalink
update docker services version
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbus committed Sep 18, 2024
1 parent 4d5edee commit 57c657f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
bitcoind:
image: registry.gitlab.com/hashbeam/docker/bitcoind:25.0
image: registry.gitlab.com/hashbeam/docker/bitcoind:27.1
command: "-fallbackfee=0.0002"
environment:
MYUID: 1000
Expand All @@ -11,7 +11,7 @@ services:
volumes:
- ./datacore:/srv/app/.bitcoin
electrs:
image: registry.gitlab.com/hashbeam/docker/electrs:0.9.14
image: registry.gitlab.com/hashbeam/docker/electrs:0.10.0
environment:
MYUID: 1000
MYGID: 1000
Expand Down

0 comments on commit 57c657f

Please sign in to comment.