Hi @MaBeuLux88_xxx, Thanks
Actually, I’m trying to configure MongoDB with the replica set in GitLab Ci. I’ve set the command
[
"/bin/sh",
"-c",
"mongod --logpath /dev/null --bind_ip localhost --bind_ip_all --replSet 'rs0' && sleep 4 && mongo --eval 'rs.initiate(); rs.status()'",
]
but no chance I’m getting same error