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:
parent
9f1858d501
commit
e7102962bb
1 changed files with 1 additions and 1 deletions
|
@ -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__ "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue