Skip to content

Commit

Permalink
Fix the DDEV file to .ddev/config.yaml #234
Browse files Browse the repository at this point in the history
  • Loading branch information
Natshah committed May 24, 2024
1 parent 7ddab8f commit 49778b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ddev/config.yml → .ddev/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ composer_version: "2.1"
web_environment: []
php_version: "8.3"
nodejs_version: "18"
webimage_extra_packages: ["php${DDEV_PHP_VERSION}-yaml"]
dbimage_extra_packages: [sudo]

# Key features of ddev's config.yaml:

Expand Down

0 comments on commit 49778b8

Please sign in to comment.