Merge pull request #247 from tomochain/docker

add maxpeer to node image entrypoint
This commit is contained in:
Etienne Napoleone 2018-11-01 18:23:10 +07:00 committed by GitHub
commit 5e0851d540
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 \