Browse Source

Don't depend on bitcoin for electrs (#777)

0.3.10
Luke Childs 4 years ago
committed by GitHub
parent
commit
5f8cc62c2b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      docker-compose.yml

1
docker-compose.yml

@ -163,7 +163,6 @@ services:
electrs:
container_name: electrs
image: getumbrel/electrs:v0.8.9@sha256:592fb50cdf16fa2b2e20f7c0a28d4a132c2ee636d89d4b9c24f14886763b5478
depends_on: [ bitcoin ]
volumes:
- ${PWD}/bitcoin:/data/.bitcoin:ro
- ${PWD}/electrs:/data

Loading…
Cancel
Save