mirror of
https://github.com/unraid/webgui.git
synced 2026-04-23 02:31:45 -05:00
Enhanced docker edit box [6]
This commit is contained in:
@@ -437,6 +437,7 @@ function getUsedPorts() {
|
||||
if (!in_array($name,$names)) continue;
|
||||
$list = []; $p = 0;
|
||||
$list['Name'] = $name;
|
||||
$list['Port'] = '';
|
||||
while ($port = getXmlVal($file,'HostPort',null,$p++)) $list['Port'] .= $port.' ';
|
||||
$ports[] = $list;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user