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