Merge branch 'next' into fix-docker-time-database-v2

This commit is contained in:
Andras Bacsai
2025-11-28 13:12:00 +01:00
committed by GitHub
17 changed files with 126 additions and 45 deletions
+1 -1
View File
@@ -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);
}