You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent server crash from SIGTERM and bind to 0.0.0.0
Server was being killed by external SIGTERM signals after startup.
Ignore SIGTERM while server is running, allow graceful SIGINT exit.
Bind to 0.0.0.0 explicitly for external IP access.
0 commit comments