Document health check IPv6 fix in developer guide

This commit is contained in:
2026-02-27 16:22:38 +01:00
parent a3d129f6a6
commit e20f02ea8a

View File

@@ -267,6 +267,8 @@ GET /health
GET /health/ready
```
> **Hinweis:** Im Docker Health Check `127.0.0.1` statt `localhost` verwenden, da Alpine Linux `localhost` als `[::1]` (IPv6) auflöst, die App aber nur auf IPv4 (`0.0.0.0`) hört.
---
## Repository & Deploy