Skip to content
New issue

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

Rename the DDEV config.yml to config.yaml #164

Open
vodde opened this issue Sep 4, 2024 · 2 comments
Open

Rename the DDEV config.yml to config.yaml #164

vodde opened this issue Sep 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@vodde
Copy link

vodde commented Sep 4, 2024

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

  1. Download the template, and unzip it in a folder
  2. run ddev start in the folder
  3. 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

@vodde vodde added the bug Something isn't working label Sep 4, 2024
@rfay
Copy link
Contributor

rfay commented Sep 4, 2024

As far as I know, DDEV never supported config.yml.

@gilzow
Copy link
Contributor

gilzow commented Sep 5, 2024

let's go ahead and resolve #14 then this won't be an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants