Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 258cdd7

Browse files
committed
chore: updated ddev config
1 parent 52ce0e7 commit 258cdd7

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.ddev/config.yaml

+15-9
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,22 @@ omit_containers: [db]
1313
use_dns_when_possible: true
1414
composer_version: "2"
1515
web_environment: []
16+
corepack_enable: false
1617
disable_upload_dirs_warning: true
1718

1819
# Key features of DDEV's config.yaml:
1920

2021
# name: <projectname> # Name of the project, automatically provides
2122
# http://projectname.ddev.site and https://projectname.ddev.site
2223

23-
# type: <projecttype> # backdrop, craftcms, django4, drupal6/7/8/9/10, laravel, magento, magento2, php, python, shopware6, silverstripe, typo3, wordpress
24-
# See https://ddev.readthedocs.io/en/latest/users/quickstart/ for more
24+
# type: <projecttype> # backdrop, craftcms, django4, drupal, drupal6, drupal7, laravel, magento, magento2, php, python, shopware6, silverstripe, typo3, wordpress
25+
# See https://ddev.readthedocs.io/en/stable/users/quickstart/ for more
2526
# information on the different project types
27+
# "drupal" covers recent Drupal 8+
2628

2729
# docroot: <relative_path> # Relative path to the directory containing index.php.
2830

29-
# php_version: "8.1" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"
31+
# php_version: "8.2" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"
3032

3133
# You can explicitly specify the webimage but this
3234
# is not recommended, as the images are often closely tied to DDEV's' behavior,
@@ -36,8 +38,9 @@ disable_upload_dirs_warning: true
3638

3739
# database:
3840
# type: <dbtype> # mysql, mariadb, postgres
39-
# version: <version> # database version, like "10.4" or "8.0"
40-
# MariaDB versions can be 5.5-10.8 and 10.11, MySQL versions can be 5.5-8.0
41+
# version: <version> # database version, like "10.11" or "8.0"
42+
# MariaDB versions can be 5.5-10.8, 10.11, and 11.4.
43+
# MySQL versions can be 5.5-8.0.
4144
# PostgreSQL versions can be 9-16.
4245

4346
# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
@@ -77,7 +80,7 @@ disable_upload_dirs_warning: true
7780
# Alternatively, an explicit Composer version may be specified, for example "2.2.18".
7881
# To reinstall Composer after the image was built, run "ddev debug refresh".
7982

80-
# nodejs_version: "18"
83+
# nodejs_version: "20"
8184
# change from the default system Node.js version to any other version.
8285
# Numeric version numbers can be complete (i.e. 18.15.0) or
8386
# incomplete (18, 17.2, 16). 'lts' and 'latest' can be used as well along with
@@ -86,6 +89,9 @@ disable_upload_dirs_warning: true
8689
# Note that you can continue using 'ddev nvm' or nvm inside the web container
8790
# to change the project's installed node version if you need to.
8891

92+
# corepack_enable: false
93+
# Change to 'true' to 'corepack enable' and gain access to latest versions of yarn/pnpm
94+
8995
# additional_hostnames:
9096
# - somename
9197
# - someothername
@@ -143,8 +149,8 @@ disable_upload_dirs_warning: true
143149
# - "mutagen": enables Mutagen for this project.
144150
# - "nfs": enables NFS for this project.
145151
#
146-
# See https://ddev.readthedocs.io/en/latest/users/install/performance/#nfs
147-
# See https://ddev.readthedocs.io/en/latest/users/install/performance/#mutagen
152+
# See https://ddev.readthedocs.io/en/stable/users/install/performance/#nfs
153+
# See https://ddev.readthedocs.io/en/stable/users/install/performance/#mutagen
148154

149155
# fail_on_hook_fail: False
150156
# Decide whether 'ddev start' should be interrupted by a failing hook
@@ -197,7 +203,7 @@ disable_upload_dirs_warning: true
197203

198204
# disable_settings_management: false
199205
# If true, DDEV will not create CMS-specific settings files like
200-
# Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalConfiguration.php
206+
# Drupal's settings.php/settings.ddev.php or TYPO3's additional.php
201207
# In this case the user must provide all such settings.
202208

203209
# You can inject environment variables into the web container with:

0 commit comments

Comments
 (0)