Merge branch 'main' into next

This commit is contained in:
🏔️ Peak 2025-04-02 20:44:00 +02:00 committed by GitHub
commit d62c1bbef3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 11 additions and 0 deletions

View file

@ -4,6 +4,16 @@ # Changelog
## [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 @@ public function handle(StandaloneMongodb $database)
'read_only' => true,
]]
);
$docker_compose['services'][$container_name]['command'] = ['mongod', '--config', '/etc/mongo/mongod.conf'];
}
$this->add_default_database();