Ddev: The DDEV_URL variable is not set. Defaulting to a blank string.

Created on 9 Jul 2019  路  2Comments  路  Source: drud/ddev

I started getting this notice one every command run inside ddev
"The DDEV_URL variable is not set. Defaulting to a blank string."

Can't find anywhere to set it in config?

Most helpful comment

Thanks for opening this issue.

In v1.9, DDEV_URL was obsoleted as it had no usage and no purpose. So you have a docker-compose..yaml that uses it, and it hasn't changed, and so your third-party service is making that noise at startup. You can just remove that line from your docker-compose..yaml.

All 2 comments

Thanks for opening this issue.

In v1.9, DDEV_URL was obsoleted as it had no usage and no purpose. So you have a docker-compose..yaml that uses it, and it hasn't changed, and so your third-party service is making that noise at startup. You can just remove that line from your docker-compose..yaml.

I see.
Thanks.

Was this page helpful?
0 / 5 - 0 ratings