You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: