We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 phpmyadmin
From slack
If ddev config global --router-https-port=8443 then
ddev config global --router-https-port=8443
DDEV_DEBUG=true ddev phpmyadmin results in FULLURL https://test-phpmyadmin.ddev.site:8443:8037
DDEV_DEBUG=true ddev phpmyadmin
FULLURL https://test-phpmyadmin.ddev.site:8443:8037
Note 2 ports on the end.
It looks like we're assuming that DDEV_PRIMARY_URL doesn't have a port on the end.
DDEV_PRIMARY_URL
ddev-phpmyadmin/commands/host/phpmyadmin
Lines 11 to 15 in fd1b2b7
The text was updated successfully, but these errors were encountered:
5ef107c
No branches or pull requests
From slack
If
ddev config global --router-https-port=8443
thenDDEV_DEBUG=true ddev phpmyadmin
results inFULLURL https://test-phpmyadmin.ddev.site:8443:8037
Note 2 ports on the end.
It looks like we're assuming that
DDEV_PRIMARY_URL
doesn't have a port on the end.ddev-phpmyadmin/commands/host/phpmyadmin
Lines 11 to 15 in fd1b2b7
The text was updated successfully, but these errors were encountered: