We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ad0f6e + d065d12 commit d0714c2Copy full SHA for d0714c2
1 file changed
test/includes/common.sh
@@ -67,7 +67,7 @@ httpd_run() {
67
echo " NAME: ${MPC_NAME:-httpd-mod_proxy_cluster}"
68
echo "You can config those with envars MPC_SOURCES, MPC_BRANCH, MPC_CONF, MPC_NAME respectively"
69
fi
70
- docker run -d --network=host --name ${MPC_NAME:-httpd-mod_proxy_cluster} \
+ docker run -d --network=host --ulimit nofile=65536:65536 --name ${MPC_NAME:-httpd-mod_proxy_cluster} \
71
-e CONF=${MPC_CONF:-httpd/mod_proxy_cluster.conf} \
72
$HTTPD_IMG
73
0 commit comments