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
Good afternoon! At the stage of executing the command sudo docker-compose up -d, an error occurs:
sudo docker-compose up -d
└─$ sudo docker-compose up -d Starting grafana-nmap ... Starting grafana-nmap ... error ERROR: for grafana-nmap Cannot start service grafana: driver failed programming external connectivity on endpoint grafana-nmap (7eb3eb80b73cd8652d11304f26ecf0861fbeacdca89467ab43933b03e7b59e03): Error starting userland proxy: listen tcp4 0.0.0.0:3000: bind: address already in use ERROR: for grafana Cannot start service grafana: driver failed programming external connectivity on endpoint grafana-nmap (7eb3eb80b73cd8652d11304f26ecf0861fbeacdca89467ab43933b03e7b59e03): Error starting userland proxy: listen tcp4 0.0.0.0:3000: bind: address already in use ERROR: Encountered errors while bringing up the project.
Can you please advise how to fix this error?
The text was updated successfully, but these errors were encountered:
bind: address already in use
Change the port mapping in the compose file:
ports: - "3333:3000"
Or ensure that the other service running on TCP/3000 is stopped or uses a different port.
Sorry, something went wrong.
No branches or pull requests
Good afternoon!
At the stage of executing the command
sudo docker-compose up -d
, an error occurs:Can you please advise how to fix this error?
The text was updated successfully, but these errors were encountered: