Describe the bug
The .ddev folder contains a config.yml file with some default settings.
However, DDEV actually (now) looks for a file called config.yaml ( notice .yml vs .yaml ).
Running ddev config and going through the configuration does end up creating a config.yaml file, but that results in 2 almost similar named configuration files, which can cause confusion as the single letter difference is easy to miss.
Include some logs
N/A
Reproducing
- Download the template, and unzip it in a folder
- run
ddev start in the folder
- The error message
Failed to start project(s) .. appears, specifying that .ddev/config.yaml was not found
Expected behavior
After running ddev start, the project should spin up without any error messages.
Your environment
Windows OS with WSL2 ( integrated Docker, not Docker Desktop )
Screenshots
No response
Additional context
No response
Describe the bug
The
.ddevfolder contains aconfig.ymlfile with some default settings.However, DDEV actually (now) looks for a file called
config.yaml( notice .yml vs .yaml ).Running
ddev configand going through the configuration does end up creating aconfig.yamlfile, but that results in 2 almost similar named configuration files, which can cause confusion as the single letter difference is easy to miss.Include some logs
N/A
Reproducing
ddev startin the folderFailed to start project(s) ..appears, specifying that.ddev/config.yamlwas not foundExpected behavior
After running ddev start, the project should spin up without any error messages.
Your environment
Windows OS with WSL2 ( integrated Docker, not Docker Desktop )
Screenshots
No response
Additional context
No response