-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker-Compose Hangs on Up when using Port Bindings #8978
Comments
Has anyone tried to replicate this issue? Many members of my team experience it and it's our #1 issue with docker for windows. |
So nobody from the community is interested in even attempting to reproduce this issue? |
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. |
This issue has been automatically closed because it had not recent activity during the stale period. |
1 similar comment
This issue has been automatically closed because it had not recent activity during the stale period. |
I see the exact same issue. I can replicate every time. I can start 2, not 3. I'm running WSL. Did anyone have anything useful? |
I also have the exact problem on Windows Server 2022. |
I'm also seeing this on Windows Server 2022. It's a major pain, since the whole point to be able to run multiple instances of a container suite! I'm pretty stunned that this issue was closed over a year ago... |
Hi, yes that's right @westy . It amazes me that no one is addressing this issue. Please reopen this issue and resolve it! More information on this issue is described here: |
I have a docker-compose setup that mostly works, but if I attempt to “up” more than one, or sometimes two, compositions, it will hang until I bring one of the others down. I’m running Docker for windows. I’ve distilled the issue down to the presence of a port mapping. Here are the compose files:
I copy this file and change the published port for each composition. With the port mapping it hangs, without the port mapping it allows me to up as many as I like. I’ve tried many combinations of modifying the default network and using an external network, but nothing helps.
Running these equivalent commands with
docker run
(in separate cmd instances) has no issue:I expect that docker-compose should do the same. Up many compositions with no issue.
Here are my docker versions:
Here is docker info:
I can’t see any helpful information in the event viewer or panic.log. Here is the output from running up with --verbose:
Thanks,
Ben
The text was updated successfully, but these errors were encountered: