mirror of
https://github.com/tiennm99/coolify.git
synced 2026-05-07 17:36:22 +00:00
Merge branch 'next' into fix-docker-time-database-v2
This commit is contained in:
@@ -49,7 +49,7 @@ class StopDatabase
|
||||
{
|
||||
$server = $database->destination->server;
|
||||
instant_remote_process(command: [
|
||||
"docker stop --time=$timeout $containerName",
|
||||
"docker stop -t $timeout $containerName",
|
||||
"docker rm -f $containerName",
|
||||
], server: $server, throwError: false);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user