Skip to content
New issue

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

Regression: ddev describe is not showing proper URL #3520

Closed
rfay opened this issue Jan 14, 2022 · 0 comments
Closed

Regression: ddev describe is not showing proper URL #3520

rfay opened this issue Jan 14, 2022 · 0 comments
Milestone

Comments

@rfay
Copy link
Contributor

@rfay rfay commented Jan 14, 2022

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                                 
  • The solr URL doesn't have the port and doesn't have http which it should
  • PHPMyAdmin doesn't have port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant