compose icon indicating copy to clipboard operation
compose copied to clipboard

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

Open MikeB2019x opened this issue 2 years ago • 1 comments

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

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.

MikeB2019x avatar Jan 21 '22 16:01 MikeB2019x

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar Jul 31 '22 02:07 stale[bot]

This issue has been automatically closed because it had not recent activity during the stale period.

stale[bot] avatar Nov 02 '22 03:11 stale[bot]

https://github.com/docker/compose/issues/4950#issuecomment-1629374398

jinek avatar Jul 10 '23 17:07 jinek