Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2026-02-11
### Added
- Disable telemetry data collection in `mongosh`.

## 2026-02-02
### Added
- Updated default [`version`](https://github.com/overleaf/toolkit/blob/master/lib/config-seed/version) to `6.1.1`.
Expand Down
1 change: 1 addition & 0 deletions bin/docker-compose
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ function set_mongo_vars() {
export MONGO_DATA_PATH
export MONGO_DOCKER_IMAGE
export MONGOSH
export TOOLKIT_ROOT
}

# Set environment variables for docker-compose.sibling-containers.yml
Expand Down
1 change: 1 addition & 0 deletions lib/docker-compose.mongo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
container_name: mongo
volumes:
- "${MONGO_DATA_PATH}:/data/db"
- "${TOOLKIT_ROOT}/lib/mongosh.conf:/etc/mongosh.conf"
expose:
- 27017
healthcheck:
Expand Down
2 changes: 2 additions & 0 deletions lib/mongosh.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mongosh:
forceDisableTelemetry: true