You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Describe the bug
The
.ddev
folder contains aconfig.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 aconfig.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
ddev start
in the folderFailed to start project(s) ..
appears, specifying that.ddev/config.yaml
was 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
The text was updated successfully, but these errors were encountered: