bloxbergBootnodeSetup/bootnode.yml

13 lines
323 B
YAML
Raw Normal View History

2019-07-30 11:05:17 +02:00
version: '3'
services:
bootnode:
image: parity/parity:latest
container_name: bootnode
volumes:
- ./bootnode:/home/parity/.local/share/io.parity.ethereum
command: "--config /home/parity/.local/share/io.parity.ethereum/bootnode.toml"
2019-07-30 11:05:17 +02:00
ports:
- 8545:8545
- 8546:8546
- 30303:30303