diff --git a/scripts/Docker/roundup_healthcheck b/scripts/Docker/roundup_healthcheck index 512183d92..6c639d377 100755 --- a/scripts/Docker/roundup_healthcheck +++ b/scripts/Docker/roundup_healthcheck @@ -4,4 +4,5 @@ # returns last one for testing that server is up. Does not test # each tracker. tracker=$(ps -ef | sed -ne '/roundup-server/s/^.*\s\(\w*\)=.*$/\1/p') -wget -q -O /dev/null --no-verbose http://localhost:8080/${tracker:-demo}/ +# Disable using of proxy +wget -q -O /dev/null --no-verbose --proxy off http://localhost:8080/${tracker:-demo}/