s/port/internalPort
This commit is contained in:
parent
042cb2d517
commit
a600829d56
|
@ -18,8 +18,8 @@ in {
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
from = "host";
|
from = "host";
|
||||||
host.port = fedicfg.web.port;
|
host.port = fedicfg.web.internalPort;
|
||||||
guest.port = fedicfg.web.port;
|
guest.port = fedicfg.web.internalPort;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue