I am running caddy on my local MacBook in my development environment and at some point I forgot to kill the Caddy instance I was using when I rebooted my laptop. Now every time I try to start it back up it tells me that there’s another caddy instance bound to the tcp port I am using in dev. This is the error message:
2019/05/17 11:01:36 Listen: listen tcp :3040: bind: address already in use
How do I find and kill this other instance of caddy? I am very new at all of this so sorry if its a dumb question.