Just broke my instance

Not sure what happened. This is what i got when runniing docker-compose

ERROR: for traefik Cannot start service traefik: driver failed programming external connectivity on endpoint frappe_docker_traefik_1 (fea56c2fe5ff9fe0c1d75efa52f62adafa56535a9e0db127557463e3dc3caa3b): Bind for 0.0.0.0:443 failed: port is already allocated
ERROR: Encountered errors while bringing up the project.

Can you check the running containers?

docker ps

Also check if there is anything running on port 443

I ended up just tearing it down and rebuilding with no issues (Didn’t have much in the system). I appreciate you taking the time to reply.