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 70dbd9d commit b2827c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geth-poa/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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" \
Expand Down

0 comments on commit b2827c9

Please sign in to comment.