add maxpeer to node image entrypoint

This commit is contained in:
Etienne Napoleone 2018-11-01 17:54:33 +07:00 committed by GitHub
parent 76904c0c32
commit 7b779677a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -151,6 +151,7 @@ exec tomo $params \
--identity $IDENTITY \ --identity $IDENTITY \
--password ./password \ --password ./password \
--port 30303 \ --port 30303 \
--maxpeer 200 \
--rpc \ --rpc \
--rpccorsdomain "*" \ --rpccorsdomain "*" \
--rpcaddr 0.0.0.0 \ --rpcaddr 0.0.0.0 \