mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 08:52:54 +00:00
Fix auth port
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user