Estou tentando criar novas entidades para o meu projeto mas estou tendo dificuldades, quando acesso o arquivo \dspace\config\entities\relationship-types.xml e o altero inserindo uma nova relação
    <type>
        <leftType>Entidade</leftType>
        <rightType>Person</rightType>
        <leftwardType>isEntidadeOfPerson</leftwardType>
        <rightwardType>isPersonOfEntidade</rightwardType>
        <leftCardinality>
            <min>0</min>
        </leftCardinality>
        <rightCardinality>
            <min>0</min>
        </rightCardinality>
        <copyToRight>true</copyToRight>
    </type>
e executo o comando
docker-compose -p d7 -f docker/cli.yml run dspace-cli initialize-entities -f ../../config/entities/relationship-types.xml
onde só me retorna
WARN[0000] Found orphan containers ([dspace dspace-angular dspacedb dspacesolr]) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.