rename internalPorts to internal_ports

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-12-25 01:03:17 +01:00
parent 7a9a452f45
commit 53065b5631
4 changed files with 16 additions and 16 deletions

View file

@ -88,7 +88,7 @@ class ContainerDefinitionFetcher
}
$internalPorts = new ContainerInternalPorts();
foreach ($entry['internalPorts'] as $internalPort) {
foreach ($entry['internal_ports'] as $internalPort) {
if($internalPort === '%APACHE_PORT%') {
$internalPort = $this->configurationManager->GetApachePort();
} elseif($internalPort === '%TALK_PORT%') {