mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-22 15:22:22 +00:00
Changed docker --time command to -t since --time is deprecated on v28
This commit is contained in:
@@ -153,7 +153,7 @@ class DeleteResourceJob implements ShouldBeEncrypted, ShouldQueue
|
||||
|
||||
$containerList = implode(' ', array_map('escapeshellarg', $containerNames));
|
||||
$commands = [
|
||||
"docker stop --time=$timeout $containerList",
|
||||
"docker stop -t $timeout $containerList",
|
||||
"docker rm -f $containerList",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user