mirror of
https://github.com/unraid/webgui.git
synced 2026-04-25 03:39:23 -05:00
Remove old variable
This commit is contained in:
@@ -309,7 +309,6 @@ class DockerTemplates {
|
||||
//$DockerUpdate->verbose = $this->verbose;
|
||||
$info = DockerUtil::loadJSON($dockerManPaths['webui-info']);
|
||||
$autoStart = array_map('var_split', @file($dockerManPaths['autostart-file'],FILE_IGNORE_NEW_LINES) ?: []);
|
||||
//$TS_dns = $this->getTailscaleDNS();
|
||||
foreach ($DockerClient->getDockerContainers() as $ct) {
|
||||
$name = $ct['Name'];
|
||||
$image = $ct['Image'];
|
||||
|
||||
Reference in New Issue
Block a user