mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
set the minimum docker version to 24 to support old installations
This commit is contained in:
parent
a9ec0b1c3e
commit
cec7ea8a83
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ return [
|
|||
],
|
||||
|
||||
'docker' => [
|
||||
'minimum_required_version' => '26.0',
|
||||
'minimum_required_version' => '24.0',
|
||||
],
|
||||
|
||||
'ssh' => [
|
||||
|
|
|
|||
Loading…
Reference in a new issue