Skip to content

Docker-compose up failing because "port is already allocated" #4950 - reopen? #9117

@MikeB2019x

Description

@MikeB2019x

Using version: docker-compose version 1.29.2, build 5becea4

I'm not sure why this issue is closed. There are reports right up until today. If you have to stop and then restart docker (as many have) then that's not a fix, it's a bug. If you have to take extra steps to clean the environment after stopping a container, then that's a bug ie.

docker-compose down
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
launchctl list | grep docker
launchctl stop com.docker.docker.<number>

I'd suggest this be kept/re-opened until it's resolved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions