diff --git a/ops-bedrock/entrypoint.sh b/ops-bedrock/entrypoint.sh index ae3fa7e7525d99119a23a2cb962ff05fc313af4b..d2fb313cf4007c435e64020b2361c5390044144e 100644 --- a/ops-bedrock/entrypoint.sh +++ b/ops-bedrock/entrypoint.sh @@ -61,7 +61,7 @@ exec geth \ --password="$GETH_DATA_DIR"/password \ --allow-insecure-unlock \ --authrpc.addr="0.0.0.0" \ - --authrpc.port="8547" \ + --authrpc.port="8551" \ --authrpc.vhosts="*" \ --authrpc.jwtsecret=/config/jwt-secret.txt \ --gcmode=archive \