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

失败 #1

Open
xjlhj opened this issue Feb 24, 2022 · 1 comment
Open

失败 #1

xjlhj opened this issue Feb 24, 2022 · 1 comment

Comments

@xjlhj
Copy link

xjlhj commented Feb 24, 2022

Recreating b879a0c3483b_nginx ...
Recreating b879a0c3483b_nginx ... error

ERROR: for b879a0c3483b_nginx Cannot start service nginx: driver failed programming external connectivity on endpoint nginx (afca5a0b8c42b9a1670a9f90569b825470e3ea15ffd3976c7945b4c5f9eec0ed): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use

ERROR: for nginx Cannot start service nginx: driver failed programming external connectivity on endpoint nginx (afca5a0b8c42b9a1670a9f90569b825470e3ea15ffd3976c7945b4c5f9eec0ed): Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use
ERROR: Encountered errors while bringing up the project.

@TerryFrench
Copy link

Some other app, maybe another nginx instance is already running and listening on port 80.

try
netstat -tulpn | grep :80
from a terminal
see what process is running.

If the previous command doesn't work, try
sudo ss -tulpn | grep :80
This will show you what process is running and listening on port 80.

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