Guest User

Untitled

a guest
May 23rd, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. version: "3"
  2.  
  3. services:
  4. nodeos:
  5. container_name: nodeos
  6. image: eosio/eos:dawn-v4.0.0
  7. command: nodeos
  8. hostname: nodeos
  9. ports:
  10. - 8888:8888
  11. - 9876:9876
  12. expose:
  13. - "8888"
  14. volumes:
  15. - /root:/root
Add Comment
Please, Sign In to add comment