-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working