Hey guys I was running hydra QuickStart and got go...
# talk-hydra
h
Hey guys I was running hydra QuickStart and got got this error. Could anyone tell me what this errors means?
ERROR: for consent Cannot start service consent: driver failed programming external connectivity on endpoint hydra_consent_1 (): listen tcp4 0.0.0.0:3000: bind: address already in use
thanks!
l
Hello, you seems to already have a program/process listening on port 3000 so the docker cannot start
h
Thanks man