mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 21:31:37 +00:00
add maxpeer to node image entrypoint
This commit is contained in:
parent
579adf1c8e
commit
02e79adc57
1 changed files with 1 additions and 0 deletions
|
|
@ -151,6 +151,7 @@ exec XDC $params \
|
|||
--identity $IDENTITY \
|
||||
--password ./password \
|
||||
--port 30303 \
|
||||
--maxpeer 200 \
|
||||
--rpc \
|
||||
--rpccorsdomain "*" \
|
||||
--rpcaddr 0.0.0.0 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue