Fixed ulimit argument

This commit is contained in:
Jan-Bulthuis 2025-07-23 12:06:41 +02:00
parent e43a91fe31
commit 1fa6092498

View File

@ -37,7 +37,8 @@
};
extraOptions = [
"--network=host"
"--ulimit nofile=4096:8192"
"--ulimit"
"nofile=4096:8192"
];
image = "mbentley/omada-controller:5.15";
};