updated config files, gave permissions to parity user

This commit is contained in:
root 2019-07-30 09:37:19 +00:00
parent de23fcd6b5
commit 3a869c9ee8
3 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
container_name: bootnode
volumes:
- ./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:
- 8545:8545
- 8546:8546

View File

@ -1,4 +1,4 @@
# File exampleNode.toml
# File bootnode.toml
[parity]
chain = "/home/parity/.local/share/io.parity.ethereum/bloxberg.json"

View File

@ -17,6 +17,7 @@ check_packages() {
sudo apt install chrony
sudo systemctl enable chrony
sudo systemctl start chronyd
sudo chown -R 1000:1000 ./bootnode
}