updated config files, gave permissions to parity user
This commit is contained in:
parent
de23fcd6b5
commit
3a869c9ee8
@ -5,7 +5,7 @@ services:
|
|||||||
container_name: bootnode
|
container_name: bootnode
|
||||||
volumes:
|
volumes:
|
||||||
- ./bootnode:/home/parity/.local/share/io.parity.ethereum
|
- ./bootnode:/home/parity/.local/share/io.parity.ethereum
|
||||||
command: --config /home/parity/.local/share/io.parity.ethereum/bootnode.toml
|
command: "--config /home/parity/.local/share/io.parity.ethereum/bootnode.toml"
|
||||||
ports:
|
ports:
|
||||||
- 8545:8545
|
- 8545:8545
|
||||||
- 8546:8546
|
- 8546:8546
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# File exampleNode.toml
|
# File bootnode.toml
|
||||||
|
|
||||||
[parity]
|
[parity]
|
||||||
chain = "/home/parity/.local/share/io.parity.ethereum/bloxberg.json"
|
chain = "/home/parity/.local/share/io.parity.ethereum/bloxberg.json"
|
||||||
|
Loading…
Reference in New Issue
Block a user