Skip to content

Commit

Permalink
Merge pull request ethereum#247 from tomochain/docker
Browse files Browse the repository at this point in the history
add maxpeer to node image entrypoint
  • Loading branch information
etienne-napoleone authored Nov 1, 2018
2 parents 76904c0 + 7b77967 commit 5e0851d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/tomochain/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ exec tomo $params \
--identity $IDENTITY \
--password ./password \
--port 30303 \
--maxpeer 200 \
--rpc \
--rpccorsdomain "*" \
--rpcaddr 0.0.0.0 \
Expand Down

0 comments on commit 5e0851d

Please sign in to comment.