Fix auth port

This commit is contained in:
Pawan Dhananjay 2022-12-13 15:14:06 +05:30
parent e8322c8a04
commit 2e89a719b0
No known key found for this signature in database
GPG Key ID: 647E56278D7E9B4C

View File

@ -49,4 +49,5 @@ exec $GETH_BINARY \
--syncmode=full \ --syncmode=full \
--bootnodes $EL_BOOTNODE_ENODE \ --bootnodes $EL_BOOTNODE_ENODE \
--port $network_port \ --port $network_port \
--http.port $auth_port --http.port $http_port \
--authrpc.port $auth_port