toolkit
toolkit copied to clipboard
Invalid Mongo configuration after `bin/init`
- I followed the Quick Start and runned
bin/init - Afterwards I runned
bin/startbut got the following error message:
--------------------- ERROR -----------------------
Invalid MONGO_VERSION: MONGO_VERSION=6.0
MONGO_VERSION must start with the actual major version of mongo, followed by a dot.
Example: MONGO_IMAGE=my.dockerhub.com/custom-mongo
MONGO_VERSION=6.0-custom
--------------------- ERROR -----------------------
Contents of config/overleaf.rc
# Mongo configuration
MONGO_ENABLED=true
MONGO_DATA_PATH=data/mongo
MONGO_IMAGE=mongo
MONGO_VERSION=6.0
I think that should get fixed
Just fixed here https://github.com/overleaf/toolkit/pull/397