fix(database): custom config for MongoDB (#5471)

This commit is contained in:
dekkku
2025-04-03 00:09:11 +05:30
committed by GitHub
parent eb58957c9a
commit b837af4a28

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