Guest User

Untitled

a guest
Jul 21st, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. version: '3.1'
  2.  
  3. volumes:
  4. parity:
  5.  
  6. services:
  7. parity:
  8. image: parity/parity:stable
  9. container_name: parity
  10. volumes:
  11. - parity:/data
  12. command: --mode active --chain foundation --base-path /data --ports-shift=0 --no-ui --jsonrpc-threads 2 --jsonrpc-server-threads 2 --jsonrpc-interface all --no-ws --no-dapps --tracing on --pruning fast
  13. ports:
  14. - 30303:30303
  15. - 8545:8545
  16. restart: always
Add Comment
Please, Sign In to add comment