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

Updated Mongo to 5.0 in config seed

This commit is contained in:
mserranom 2024-01-12 11:34:23 +01:00
parent 36692fb2aa
commit 6ec72652e4
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 2024-01-12
### Added
- Updated Mongo version from 4.4 to 5.0 in config seed. Documentation on Mongo updates can be found [here](https://github.com/overleaf/overleaf/wiki/Updating-Mongo-version).
## 2023-11-10
### Added
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to `4.2.0`.

View file

@ -17,7 +17,7 @@ DOCKER_SOCKET_PATH=/var/run/docker.sock
# Mongo configuration
MONGO_ENABLED=true
MONGO_DATA_PATH=data/mongo
MONGO_IMAGE=mongo:4.4
MONGO_IMAGE=mongo:5.0
# Redis configuration
REDIS_ENABLED=true