mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix detail with tmpfs mode
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
3302a048c9
commit
de7d50fc03
1 changed files with 1 additions and 0 deletions
|
|
@ -442,6 +442,7 @@ class DockerActionManager
|
|||
$mode = "";
|
||||
if (str_contains($tmp, ':')) {
|
||||
$mode = explode(':', $tmp)[1];
|
||||
$tmp = explode(':', $tmp)[0];
|
||||
}
|
||||
$tmpfs[$tmp] = $mode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue