1
0
Fork 0
mirror of https://github.com/overleaf/toolkit.git synced 2025-04-19 23:38:06 +02:00

Merge pull request #3 from overleaf/em-mongo-default-db

bin/mongo: connect to sharelatex db
This commit is contained in:
Shane Kilkelly 2020-07-22 13:35:29 +01:00 committed by GitHub
commit 2c131e9947
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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__ "$@"