port map?
This commit is contained in:
@@ -50,12 +50,12 @@
|
|||||||
hostPort = 3478;
|
hostPort = 3478;
|
||||||
protocol = "udp";
|
protocol = "udp";
|
||||||
}
|
}
|
||||||
] ++ map (x : {
|
];/* ++ map (x : {
|
||||||
containerPort = x;
|
containerPort = x;
|
||||||
hostPort = x;
|
hostPort = x;
|
||||||
protocol = "udp";
|
protocol = "udp";
|
||||||
}) (builtins.genList (y: y + 49152) (65535 - 49152));
|
}) (builtins.genList (y: y + 49152) (65535 - 49152));
|
||||||
|
*/
|
||||||
|
|
||||||
bindMounts = {};
|
bindMounts = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user