1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-20 15:58:06 +02:00

bin/mongo: connect to sharelatex db

As a convenience, connect to the sharelatex database when using
bin/mongo
This commit is contained in:
Eric Mc Sween 2020-07-22 08:16:53 -04:00
parent 9f1858d501
commit e7102962bb

View file

@ -16,7 +16,7 @@ if [[ ! -d "$TOOLKIT_ROOT/bin" ]] || [[ ! -d "$TOOLKIT_ROOT/config" ]]; then
fi
function __main__() {
exec "$TOOLKIT_ROOT/bin/docker-compose" exec mongo mongo
exec "$TOOLKIT_ROOT/bin/docker-compose" exec mongo mongo sharelatex
}
__main__ "$@"