Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"Found orphan containers" when starting DDEV project

Tags:

ddev

I added a redis third-party service and tested it (see redis example.

Then I removed it. Now when I do a ddev start I see:

Found orphan containers (ddev-d8composer-redis) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.

like image 889
rfay Avatar asked Oct 12 '25 17:10

rfay


1 Answers

I did a docker container prune and that seemed to fix it right up. It didn't appear to delete anything else and ddev restart stopped complaining right away.