Remove old variable

This commit is contained in:
Christoph Hummer
2024-10-21 23:16:53 +02:00
committed by GitHub
parent 68910922f9
commit 435b8be89e
@@ -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'];