We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ae6d9 commit 1e7b8c6Copy full SHA for 1e7b8c6
1 file changed
mtproxymax.sh
@@ -2461,6 +2461,7 @@ run_proxy_container() {
2461
[ -n "${PROXY_MEMORY}" ] && _docker_args+=(--memory "${PROXY_MEMORY}" --memory-swap "${PROXY_MEMORY}")
2462
2463
docker run -d "${_docker_args[@]}" \
2464
+ --ulimit nofile=65535:65535 \
2465
-v "${CONFIG_DIR}/config.toml:/etc/telemt.toml:ro" \
2466
"$(get_docker_image)" /etc/telemt.toml \
2467
&>/dev/null || {
0 commit comments