diff --git a/CHANGELOG.md b/CHANGELOG.md index 953c70b4f..5048597b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. ## [unreleased] +### 🐛 Bug Fixes + +- *(database)* Custom config for MongoDB (#5471) + +### 📚 Documentation + +- Update changelog + +## [4.0.0-beta.402] - 2025-04-01 + ### 🚀 Features - *(deployments)* Add list application deployments api route diff --git a/app/Actions/Database/StartMongodb.php b/app/Actions/Database/StartMongodb.php index ff0233e62..a42f03eb5 100644 --- a/app/Actions/Database/StartMongodb.php +++ b/app/Actions/Database/StartMongodb.php @@ -181,6 +181,7 @@ class StartMongodb 'read_only' => true, ]] ); + $docker_compose['services'][$container_name]['command'] = ['mongod', '--config', '/etc/mongo/mongod.conf']; } $this->add_default_database();