Skip to content

Instantly share code, notes, and snippets.

@jeffreyssmith2nd
Created April 13, 2018 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jeffreyssmith2nd/c9fe5bd91127e78a64c699bcb0bc9118 to your computer and use it in GitHub Desktop.
Save jeffreyssmith2nd/c9fe5bd91127e78a64c699bcb0bc9118 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:20180328
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