Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kant777 authored Dec 21, 2023
1 parent dbb4879 commit 70dbd9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit 70dbd9d

Please sign in to comment.