mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-24 02:19:27 +00:00
Merge branch 'next' into shadow/fix-docker-time-command
This commit is contained in:
@@ -22,7 +22,7 @@ class RestartDatabase
|
||||
if (! $server->isFunctional()) {
|
||||
return 'Server is not functional';
|
||||
}
|
||||
StopDatabase::run($database);
|
||||
StopDatabase::run($database, dockerCleanup: false);
|
||||
|
||||
return StartDatabase::run($database);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user