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.
1 parent 320fb3b commit 0d43708Copy full SHA for 0d43708
entrypoint.sh
@@ -222,7 +222,7 @@ for file in /etc/nginx/sites-available/*; do
222
# TODO: Bind to IPv4 interface if it's available
223
224
# Bind to IPv6 interface if it's available
225
- if [ -f "/proc/net/if_inet6" ]; then
+ if [ "$(ip -6 addr)" != "" ]; then
226
sed -i "s/#{{IPV6}} //g" "$file"
227
fi
228
healthcheck.sh
@@ -31,5 +31,4 @@
31
32
# Check Blocked Pages
33
34
-
35
+exit 0
0 commit comments