Fixed ulimit argument
This commit is contained in:
parent
e43a91fe31
commit
1fa6092498
@ -37,7 +37,8 @@
|
|||||||
};
|
};
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--network=host"
|
"--network=host"
|
||||||
"--ulimit nofile=4096:8192"
|
"--ulimit"
|
||||||
|
"nofile=4096:8192"
|
||||||
];
|
];
|
||||||
image = "mbentley/omada-controller:5.15";
|
image = "mbentley/omada-controller:5.15";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user