compose icon indicating copy to clipboard operation
compose copied to clipboard

Fix #11569 : Prevent service from depending on itself

Open arsalanses opened this issue 1 year ago • 0 comments

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

arsalanses avatar Mar 02 '24 14:03 arsalanses