**Describe the bug** I got this error while using a docker compose file with postgres: ```shell Bind for 0.0.0.0:5432 failed: port is already allocated ``` No containers are running :/ but I see only this: ```shell $ sudo lsof -i :5432 +c 0 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME com.docker.backend 42954 muescha 237u IPv6 0x1f0c99ef6 0t0 TCP *:postgresql (LISTEN) $ ps -p 42954 -o comm= /Applications/Docker.app/Contents/MacOS/com.docker.backend ``` Found that Docketeer Extension has a Postgres running and blocking the port 5432 :(