mirror of
https://github.com/nextcloud/all-in-one.git
synced 2026-05-28 06:20:14 +00:00
@@ -442,6 +442,7 @@ class DockerActionManager
|
||||
$mode = "";
|
||||
if (str_contains($tmp, ':')) {
|
||||
$mode = explode(':', $tmp)[1];
|
||||
$tmp = explode(':', $tmp)[0];
|
||||
}
|
||||
$tmpfs[$tmp] = $mode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user