mirror of
https://github.com/unraid/webgui.git
synced 2026-01-17 15:10:02 -06:00
Regression: fix network mode in container list
This commit is contained in:
@@ -37,6 +37,7 @@ $docker = ['var docker=[];'];
|
||||
foreach ($all_containers as $ct) {
|
||||
$name = $ct['Name'];
|
||||
$info = &$all[$name];
|
||||
$mode = $ct['NetworkMode'];
|
||||
$id = $ct['Id'];
|
||||
$imageID = $ct['ImageId'];
|
||||
$is_autostart = $info['autostart'] ? 'true':'false';
|
||||
|
||||
Reference in New Issue
Block a user