mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-04-25 06:49:27 +00:00
Revert "Add use-proxy support to health extra args (#2973)"
This reverts commit 11d8d917f2.
This commit is contained in:
@@ -227,12 +227,6 @@ MC_HEALTH_EXTRA_ARGS=(
|
||||
--use-server-list-ping
|
||||
)
|
||||
" > /data/.mc-health.env
|
||||
elif isTrue "$USES_PROXY_PROTOCOL"; then
|
||||
echo "
|
||||
MC_HEALTH_EXTRA_ARGS=(
|
||||
--use-proxy
|
||||
)
|
||||
" > /data/.mc-health.env
|
||||
else
|
||||
rm -f /data/.mc-health.env
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user