This commit is contained in:
Christopher 2020-10-24 16:43:11 +02:00
parent 9d84264740
commit 1f22bbe21f
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
if(strtoupper($_REQUEST['METODE']) == "LOG")
{
$logOutput = $dockerClient->getContainerLogs($_SESSION['CONTAINER']);
$logOutput = $dockerClient->getContainerLogs($container['Id']);
echo clean($logOutput);
}