Skip to content

Instantly share code, notes, and snippets.

@chris-allnutt
Forked from jeffreyssmith2nd/docker-compose.yml
Created April 19, 2018 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chris-allnutt/998b2382ad1bcd60c52598ca02535231 to your computer and use it in GitHub Desktop.
Save chris-allnutt/998b2382ad1bcd60c52598ca02535231 to your computer and use it in GitHub Desktop.
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
- ./eosio-volume/data:/opt/eosio/var
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment