Skip to content
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

Fix #11569 : Prevent service from depending on itself #11570

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arsalanses
Copy link

What I did
This commit fixes a bug where a service in Docker Compose can be set to depend on itself, which results in an error. The fix prevents this by adding a check in the code that prevents a service from depending on itself.

Related issue
fixes #11569

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Service dependency on itself causes error
1 participant