mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Merge pull request #247 from tomochain/docker
add maxpeer to node image entrypoint
This commit is contained in:
commit
5e0851d540
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ exec tomo $params \
|
|||
--identity $IDENTITY \
|
||||
--password ./password \
|
||||
--port 30303 \
|
||||
--maxpeer 200 \
|
||||
--rpc \
|
||||
--rpccorsdomain "*" \
|
||||
--rpcaddr 0.0.0.0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue