mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-31 12:22:14 +03:00
The healthcheck probed only 127.0.0.1 and swallowed every error (empty Output), so containers binding to a non-loopback address always reported unhealthy with no diagnostic. Add a multi-host probe helper that succeeds on the first 2xx and prints the last error to stderr on total failure. Co-authored-by: naimo84 <naimo84@users.noreply.github.com>