compose
compose copied to clipboard
Fix #11569 : Prevent service from depending on itself
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