mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
rename internalPorts to internal_ports
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
7a9a452f45
commit
53065b5631
4 changed files with 16 additions and 16 deletions
|
|
@ -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%') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue