Skip to content

Docketeer Docker Extension: Bind for 0.0.0.0:5432 failed: port is already allocated #178

@muescha

Description

@muescha

Describe the bug

I got this error while using a docker compose file with postgres:

Bind for 0.0.0.0:5432 failed: port is already allocated

No containers are running :/ but I see only this:

$ 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 :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions