-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Stopping container with dependencies leads to no such service: dependent-service
(2.3.1 regression)
#9241
Comments
nocive
changed the title
Stopping container with dependency leads to
Stopping container with dependencies leads to Mar 7, 2022
no such service: dependent-service
(2.3.1 regression)no such service: dependent-service
(2.3.1 regression)
Unfortunately this doesn’t seem to be fixed on 2.3.2 and also happens on 2.3.0. Output of
|
Oh f***. I forgot to push a commit on my PR :'( |
Behavior still changed when compared to previous versions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Attempting to stop a running container with dependencies leads to a
no such service: dependent-service
error.Repeating the same will yield back different dependent service names.
This broke in
2.3.1
and worked fine before.Steps to reproduce the issue:
docker compose stop some-container
Describe the results you received:
no such service: dependent-service
Describe the results you expected:
Stopping the container successfully.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: