mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
fix exposing containers
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
eaabc8e4b0
commit
cb980f9e84
3 changed files with 17 additions and 18 deletions
|
|
@ -5,12 +5,12 @@ namespace AIO\Container;
|
|||
class ContainerPort {
|
||||
public string $port;
|
||||
public string $ipBinding;
|
||||
public bool $protocol;
|
||||
public string $protocol;
|
||||
|
||||
public function __construct(
|
||||
string $port,
|
||||
string $ipBinding,
|
||||
bool $protocol
|
||||
string $protocol
|
||||
) {
|
||||
$this->port = $port;
|
||||
$this->ipBinding = $ipBinding;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue