Randy Fay

Results 2335 comments of Randy Fay

DDEV already uses the latest phpmyadmin:5 image, so people should get this just fine. But of course, please use new issues for new problems, thanks.

Yay, congratulations! Let me know when you want to get it promoted. I'll try it out shortly!

https://github.com/bserem/ddev-adminer/issues/1

So the services installed for a project are listed in `ddev describe`, This is something else?

Right now there's no difference between a service installed with `ddev get` and one installed manually. I don't actually see there ever being a difference, but maybe some distant day...

The issue is that ddev-router (apparently) doesn't unbind from an extra port when `ddev stop` is done. Nobody has ever noticed/complained about that before, but it seems to be the...

Related: * #3458 involves completely replacing the router

Oh, I remember one issue with this... It's not just about ddev-router. The ddev-router container would always have to be restarted on `ddev stop` by any project if this worked...

It's not about removing the network, it's about the docker-compose config that adds the exposed port. On start, if there's a new port exposed, `ddev-router` gets restarted with the new...