8000 Attempt to use HTTPS getting error of failed to bind host port · Issue #9426 · cvat-ai/cvat · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Attempt to use HTTPS getting error of failed to bind host port #9426

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

Closed
nel-mv opened this issue May 15, 2025 · 2 comments
Closed

Attempt to use HTTPS getting error of failed to bind host port #9426

nel-mv opened this issue May 15, 2025 · 2 comments
Labels
question Further information is requested

Comments

@nel-mv
Copy link
nel-mv commented May 15, 2025

I can't use cvat.ai online version because of medical data, and so I use GCP's VM to deploy CVAT. Opened https and http and 8080 ports for the VM. I can get CVAT working with HTTP with 8080 port, but am unable to use HTTPS. Did according to this instruction:
https://docs.cvat.ai/docs/administration/basics/installation/#deploy-secure-cvat-instance-with-https

and the command "docker compose -f docker-compose.yml -f docker-compose.https.yml up -d" gives:

Error response from daemon: failed to set up container networking: driver failed programming external connectivity on endpoint traefik (36567bc227b0c62397e10b756800bd06cdee40aa9def530520783d940ab27ab1): failed to bind host port for 0.0.0.0:80:172.18.0.2:80/tcp: address already in use

Could anyone please shed some light on how to fix this?

@azhavoro azhavoro added the question Further information is requested label May 16, 2025
@azhavoro
Copy link
Contributor

0.0.0.0:80:172.18.0.2:80/tcp: address already in use

port is already being used by another process, you can try this command to determine which process is listening it
sudo ss -ltnup 'sport = :80'

@nel-mv
Copy link
Author
nel-mv commented May 19, 2025

Thank you for instruction! After knowing what process using port 80 using your CLI, I removed it CVAT is working now. Thanks again!

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

No branches or pull requests

2 participants
0