Merge branch 'main' into next

This commit is contained in:
🏔️ Peak
2025-04-02 20:44:00 +02:00
committed by GitHub
2 changed files with 11 additions and 0 deletions

View File

@@ -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

View File

@@ -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();