This commit is contained in:
2025-07-20 14:21:26 -05:00
parent 9572d87489
commit 7e90fa434e
2 changed files with 3 additions and 11 deletions

View File

@@ -38,21 +38,13 @@
hostAddress = "192.168.100.10";
localAddress = "192.168.100.21";
forwardPorts = [
{
containerPort = 33073;
hostPort = 33073;
protocol = "tcp";
}
{
containerPort = 33080;
hostPort = 33080;
protocol = "tcp";
}
{
containerPort = 10000;
hostPort = 10000;
protocol = "tcp";
}
{
containerPort = 3478;
hostPort = 3478;