Guest User

Untitled

a guest
Jul 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. version: '2'
  2.  
  3. services:
  4. parity:
  5. image: parity/parity:v1.11.7
  6. command: --base-path /root/.local/share/io.parity.ethereum --chain ropsten --light --ui-interface all --jsonrpc-interface all
  7. ports:
  8. - "8545:8545"
  9. - "8180:8180"
  10. - "8546:8546"
  11. - "30303:30303"
  12. - "30303:30303/udp"
  13. volumes:
  14. - "~/.local/share/io.parity.ethereum/docker/:/root/.local/share/io.parity.ethereum/"
Add Comment
Please, Sign In to add comment