fix(core): stopping database is not disabling db proxy
This commit is contained in:
parent
0ff7c468c8
commit
2a03544593
1 changed files with 0 additions and 1 deletions
|
|
@ -30,7 +30,6 @@ public function handle(StandaloneRedis|StandalonePostgresql|StandaloneMongodb|St
|
||||||
}
|
}
|
||||||
instant_remote_process(["docker rm -f {$uuid}-proxy"], $server);
|
instant_remote_process(["docker rm -f {$uuid}-proxy"], $server);
|
||||||
|
|
||||||
$database->is_public = false;
|
|
||||||
$database->save();
|
$database->save();
|
||||||
|
|
||||||
DatabaseProxyStopped::dispatch();
|
DatabaseProxyStopped::dispatch();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue