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

docker-compose up -d #100

Closed
zizihaier opened this issue Oct 28, 2021 · 2 comments
Closed

docker-compose up -d #100

zizihaier opened this issue Oct 28, 2021 · 2 comments

Comments

@zizihaier
Copy link

#docker-compose up -d
Creating network "nebula-docker-compose_nebula-net" with the default driver
Creating nebula-docker-compose_metad1_1 ... done
Creating nebula-docker-compose_metad0_1 ... done
Creating nebula-docker-compose_metad2_1 ... done
Creating nebula-docker-compose_storaged0_1 ... done
Creating nebula-docker-compose_storaged2_1 ... done
Creating nebula-docker-compose_storaged1_1 ... done
Creating nebula-docker-compose_graphd_1 ...
Creating nebula-docker-compose_graphd_1 ... error
Creating nebula-docker-compose_graphd1_1 ... done
WARNING: Host is already in use by another container

ERROR: for nebula-docker-compose_graphd_1 Cannot start service graphd: driver failed programming external connectivity Creating nebula-docker-compose_graphd2_1 ... done
rting userland proxy: listen tcp 0.0.0.0:9669: bind: address already in use

ERROR: for graphd Cannot start service graphd: driver failed programming external connectivity on endpoint nebula-docker-compose_graphd_1 (f5a4f9ee3b7f5f0e8456bad5f55605c0796b5983bef546a0175365924633ba95): Error starting userland proxy: listen tcp 0.0.0.0:9669: bind: address already in use
ERROR: Encountered errors while bringing up the project.

@wey-gu
Copy link
Contributor

wey-gu commented Nov 4, 2021

It's claiming the port is already in use, could you please check on ss -plunt | grep 9669 to see which process is occupying this port? Or alternatively you could change the graph container's ports to avoid this confliction.

@Sophie-Xie
Copy link

Close it first, and open it if any new info.

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

3 participants