mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 16:13:47 +00:00
Update entrypoint.sh
This commit is contained in:
parent
dbb4879783
commit
70dbd9dd27
1 changed files with 6 additions and 0 deletions
|
|
@ -73,6 +73,9 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
|
|||
--metrics \
|
||||
--metrics.addr=0.0.0.0 \
|
||||
--metrics.port=6060 \
|
||||
--pprof \
|
||||
--pprof.addr=0.0.0.0 \
|
||||
--pprof.port=61601 \
|
||||
--nodekey $GETH_DATA_DIR/boot.key \
|
||||
--netrestrict $NET_RESTRICT \
|
||||
--nat extip:$NODE_IP \
|
||||
|
|
@ -108,6 +111,9 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
|
|||
--metrics \
|
||||
--metrics.addr=0.0.0.0 \
|
||||
--metrics.port=6060 \
|
||||
--pprof \
|
||||
--pprof.addr=0.0.0.0 \
|
||||
--pprof.port=61601 \
|
||||
--ws \
|
||||
--ws.addr=0.0.0.0 \
|
||||
--ws.port="$WS_PORT" \
|
||||
|
|
|
|||
Loading…
Reference in a new issue