We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0919fd7 + 0fdb8a8 commit a6fbf38Copy full SHA for a6fbf38
docker-entrypoint.sh
@@ -1,6 +1,9 @@
1
#!/bin/sh
2
set -e
3
4
+# Raise default nofile limit for HAProxy v3
5
+ulimit -n 10000 2>/dev/null || true
6
+
7
# Normalize the input for DISABLE_IPV6 to lowercase
8
DISABLE_IPV6_LOWER=$(echo "$DISABLE_IPV6" | tr '[:upper:]' '[:lower:]')
9
0 commit comments