fix(database): custom config for MongoDB (#5471)
This commit is contained in:
@@ -181,6 +181,7 @@ class StartMongodb
|
|||||||
'read_only' => true,
|
'read_only' => true,
|
||||||
]]
|
]]
|
||||||
);
|
);
|
||||||
|
$docker_compose['services'][$container_name]['command'] = ['mongod', '--config', '/etc/mongo/mongod.conf'];
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->add_default_database();
|
$this->add_default_database();
|
||||||
|
Reference in New Issue
Block a user