Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ddev describe
ddev describe is not showing the correct URL for services.
For example in
detected terminal width=80 urlPortWidth=32 infoWidth=20 Project: d9 ~/workspace/d9 https://d9.ddev.site SERVICE STAT URL/PORT INFO web OK https://d9.ddev.site drupal9 PHP8.0 InDocker: ddev-d9-web:443,80,8025 nginx-fpm Host: localhost:53859,53858 docroot:'web' db OK https://d9.ddev.site MariaDB 10.5 InDocker: ddev-d9-db:3306 User/Pass: 'db/db' Host: localhost:53860 or 'root/root' PHPMyAdmin OK https://d9.ddev.site InDocker: ddev-d9-dba:80,80 `ddev launch -p` solr OK https://d9.ddev.site InDocker: ddev-d9-solr:8983,8983 Mailhog MailHog: https://d9.ddev.site:8026 `ddev launch -m` All URLs https://d9.ddev.site, https://127.0.0.1:53859, http://d9.ddev.site, http://127.0.0.1:53858
http
The text was updated successfully, but these errors were encountered:
drud/ddev@291c504
Successfully merging a pull request may close this issue.
ddev describeis not showing the correct URL for services.For example in
httpwhich it shouldThe text was updated successfully, but these errors were encountered: