|
From: SCHLEMMER N. <Nor...@pd...> - 2025-10-27 15:06:00
|
Hello All
Running the Rundup Docker container 2.5.0-1 with Debian 13 / Trixie as host
There seems to be a problem with the roundup_healthcheck script using localhost
~ $ wget -O /dev/null --proxy off --no-verbose http://localhost:8080/"${tracker:-issues}"/
Connecting to localhost:8080 ([::1]:8080)
wget: can't connect to remote host: Connection refused
~ $ wget -O /dev/null --proxy off --no-verbose http://127.0.0.1:8080/"${tracker:-issues}"/
Connecting to 127.0.0.1:8080 (127.0.0.1:8080)
saving to '/dev/null'
null 100% |*****************************************************************************************************************| 23949 0:00:00 ETA
'/dev/null' saved
Any idea?
Thanks
Norbert
|