Update entrypoint.sh

This commit is contained in:
kant777 2023-12-21 04:32:06 -08:00 committed by Shawn
parent d23f7f6702
commit f543f662c6

View file

@ -75,7 +75,7 @@ if [ "$GETH_NODE_TYPE" = "bootnode" ]; then
--metrics.port=6060 \
--pprof \
--pprof.addr=0.0.0.0 \
--pprof.port=61601 \
--pprof.port=60601 \
--nodekey $GETH_DATA_DIR/boot.key \
--netrestrict $NET_RESTRICT \
--nat extip:$NODE_IP \
@ -113,7 +113,7 @@ elif [ "$GETH_NODE_TYPE" = "signer" ]; then
--metrics.port=6060 \
--pprof \
--pprof.addr=0.0.0.0 \
--pprof.port=61601 \
--pprof.port=60601 \
--ws \
--ws.addr=0.0.0.0 \
--ws.port="$WS_PORT" \