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
Describe the bug
If the server ports are already in use, the server executable ends with no error message and no logs, making it hard to identify what went wrong.
To Reproduce
Steps to reproduce the behavior:
Start the deployment container with --net=host
Start a second deployment container with --net=host. It ends immediately with no error.
Expected behavior
There should be an error message if the requested port is in use.
Screenshots
N/A
OS/Versions:
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Describe the bug
If the server ports are already in use, the server executable ends with no error message and no logs, making it hard to identify what went wrong.
To Reproduce
Steps to reproduce the behavior:
--net=host
--net=host
. It ends immediately with no error.Expected behavior
There should be an error message if the requested port is in use.
Screenshots
N/A
OS/Versions:
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: