fix(core): stopping database is not disabling db proxy
This commit is contained in:
@@ -30,7 +30,6 @@ class StopDatabaseProxy
|
|||||||
}
|
}
|
||||||
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();
|
||||||
|
|||||||
Reference in New Issue
Block a user