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

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