Skip to content

Commit

Permalink
Merge pull request #205 from p2pderivatives/fix/electrs-image
Browse files Browse the repository at this point in the history
Use electrs image from ghcr instead of docker hub
  • Loading branch information
Tibo-lg authored Mar 4, 2024
2 parents af8d33f + 051c190 commit a332060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
- bitcoind-data:/home/bitcoin/.bitcoin
- ./testconfig/config:/config
electrs:
image: cryptogarageinc/electrs:v0.4.8-bitcoin
image: ghcr.io/cryptogarageinc/electrs:v0.4.12-bitcoin
command: |
sh -c "electrs -vv --daemon-rpc-addr bitcoind:18443 --daemon-dir /home/bitcoin/.bitcoin --network regtest --http-addr 0.0.0.0:3004"
volumes:
Expand Down

0 comments on commit a332060

Please sign in to comment.