We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About 75% of the time where I want to stop an environment, to redeploy it with another build, the start.sh script fails with:
start.sh
ERROR: for lb Cannot start service lb: driver failed programming external connectivity on endpoint openfire-docker-compose_lb_1 (41e778f93e620e6df1b3cf52dd64e1f6e1421ee3fba4c9b9e1b2846474629520): Error starting userland proxy: listen tcp 0.0.0.0:57070: bind: address already in use
Port 57070 is most frequently reported, although I occasionally see another port.
This seems to correspond with a socket that's in TIME_WAIT state, as netstat reports:
tcp 0 0 127.0.0.1:57070 127.0.0.1:1024 TIME_WAIT -
Eventually, the problem disappears (after the socket expiry passes).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
About 75% of the time where I want to stop an environment, to redeploy it with another build, the
start.sh
script fails with:Port 57070 is most frequently reported, although I occasionally see another port.
This seems to correspond with a socket that's in TIME_WAIT state, as netstat reports:
Eventually, the problem disappears (after the socket expiry passes).
The text was updated successfully, but these errors were encountered: