Update entrypoint.sh

This commit is contained in:
kant777 2023-12-21 04:31:22 -08:00 committed by GitHub
parent dbb4879783
commit 70dbd9dd27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" \