Andrey Antukh adb0fe01d2 🔧 Drop loopback bind on the stub_status endpoint
A compose port mapping delivers traffic to the container address,
never to loopback, so `listen 127.0.0.1:8082` made
`ports: <host>:8082` fail from the host. Both configs (image
template and devenv) now use `listen 8082`, which binds every
interface and matches the implicit bind of the public
`listen 8080 default_server`.

Rewrite both block comments to state the new bind and who decides
access from outside the host. The scrape URI stays on
127.0.0.1:8082: it still reaches the socket.

AI-assisted-by: mimo-v2.6-flash-free
2026-09-23 12:44:37 +00:00
..
2026-07-03 09:49:31 +02:00
2026-06-05 11:44:20 +02:00
2025-12-02 13:27:09 +01:00
2021-11-15 09:54:36 -05:00
2020-02-25 16:24:40 +01:00
2026-05-27 11:35:21 +02:00
2026-06-05 11:44:20 +02:00
2026-06-05 11:44:20 +02:00
2021-03-25 09:05:32 +01:00
2026-06-05 11:44:20 +02:00