Skip to content

Commit de7d50f

Browse files
committed
fix detail with tmpfs mode
Signed-off-by: Simon L <[email protected]>
1 parent 3302a04 commit de7d50f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php/src/Docker/DockerActionManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ public function CreateContainer(Container $container) : void {
442442
$mode = "";
443443
if (str_contains($tmp, ':')) {
444444
$mode = explode(':', $tmp)[1];
445+
$tmp = explode(':', $tmp)[0];
445446
}
446447
$tmpfs[$tmp] = $mode;
447448
}

0 commit comments

Comments
 (0)