fix(database): custom config for MongoDB (#5471)
This commit is contained in:
parent
eb58957c9a
commit
b837af4a28
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue