Skip to content

Instantly share code, notes, and snippets.

View chris-allnutt's full-sized avatar

Chris Allnutt chris-allnutt

  • Blacksburg, VA
View GitHub Profile
@chris-allnutt
chris-allnutt / docker-compose.yml
Created April 19, 2018 13:56 — forked from jeffreyssmith2nd/docker-compose.yml
Docker Compose for running an instance of the 3/28/18 build of eosio.
version: "3"
services:
eosio:
image: eosio/eos:dawn3x
ports:
- "8888:8888"
- "9876:9876"
command: /opt/eosio/bin/nodeosd.sh --resync-blockchain
volumes:
- ./eosio-volume/config:/opt/eosio/bin/data-dir