diff --git a/docker-compose.yml b/docker-compose.yml index bbfe1f3..f2838f3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 @@ -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