overleaf/setup-replica-set.sh
2025-04-07 11:13:30 +02:00

6 lines
140 B
Bash

docker exec -it markus_latex_mongo mongosh --eval "rs.initiate({
_id: \"overleaf\",
members: [
{_id: 0, host: \"mongo:27017\"},
]
})"