Randy Fay

Results 2184 comments of Randy Fay

Can you please start over, provide the output of `ddev debug test` as a gist at gist.github.com and give a link, and update the original post to say exactly what's...

Can you say why you're using xdg-utils there? It can only work on a system with a browser, and there is no browser inside the web container.... (If you do...

The question is... why do you need xdg at all? What is it being used for? It won't likely work in a docker container.

Normally people don't need to do those HTTP_EXPOSE and HTTPS_EXPOSE dances any more. They use `web_extra_exposed_ports`, see https://ddev.readthedocs.io/en/stable/users/extend/customization-extendibility/#exposing-extra-ports-via-ddev-router Both of the exposed ports (http and https) are actually pointing at...

The web_extra_exposed_ports solution just generates the correct things for you :) It's not different in the end.

Did you get this sorted out? If we don't hear from you we'll close the issue about November 8, 2025.

Closing, no answer from OP, happy to continue the conversation here or elsewhere. Hope you got it the way you want it, and hope you'll document what you did.

Or maybe we should just not stop it when all containers stop. That's the way the ddev-ssh-agent works. This would make DDEV's automated tests faster as well.

> Unlike many of my other recent issues, this one only benefits local, interactive users. CI use cases typically start ddev once so there's no savings. This isn't true of...

Probably if we left the router running we could add a tiny check to make sure the running router version is the same as expected. This wouldn't affect a lot...