Docker

Health check timeouts on slow systems

warning
performanceUpdated Feb 16, 2026(via Exa)
How to detect:

Services fail health checks on slower systems when default timeout values are insufficient. Services appear unhealthy despite functioning correctly, preventing successful startup.

Recommended action:

Increase health check timeouts in .env.custom configuration file. Add custom timeout values appropriate for system performance characteristics. Services will then have adequate time to respond to health checks.