Skip to content

Instantly share code, notes, and snippets.

@gebv
Created February 5, 2017 18:50
Show Gist options
  • Select an option

  • Save gebv/aa21c13258e53ca6d42d902450b2e202 to your computer and use it in GitHub Desktop.

Select an option

Save gebv/aa21c13258e53ca6d42d902450b2e202 to your computer and use it in GitHub Desktop.
Bitcoin docker-compose
version: "2"
services:
node:
image: kylemanna/bitcoind
container_name: bitcoind
volumes:
- ./_data:/bitcoin
- ./callback.sh:/callback.sh
# ports:
# - 8333:8333
# - 8332:8332
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment