Advertisement
Guest User

Untitled

a guest
Aug 24th, 2019
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. version: '3'
  2. services:
  3. citizen:
  4. image: 'iconloop/citizen-node:1908121846x1857be'
  5. network_mode: host
  6. environment:
  7. LOG_OUTPUT_TYPE: "file"
  8. LOOPCHAIN_LOG_LEVEL: "DEBUG"
  9. FASTEST_START: "yes" # Restore from lastest snapshot DB
  10.  
  11. volumes:
  12. - ./data:/data # mount a data volumes
  13. - ./keys:/citizen_pack/keys # Automatically generate cert key files here
  14. ports:
  15. - 9000:9000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement