Skip to content
New issue

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

Problems with docker compose #12

Open
B0bbyJohnson opened this issue Sep 17, 2024 · 1 comment
Open

Problems with docker compose #12

B0bbyJohnson opened this issue Sep 17, 2024 · 1 comment

Comments

@B0bbyJohnson
Copy link

Good afternoon!
At the stage of executing the command sudo docker-compose up -d, an error occurs:

└─$ 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?

@l4rm4nd
Copy link

l4rm4nd commented Nov 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants