@@ -13,20 +13,22 @@ omit_containers: [db]
13
13
use_dns_when_possible : true
14
14
composer_version : " 2"
15
15
web_environment : []
16
+ corepack_enable : false
16
17
disable_upload_dirs_warning : true
17
18
18
19
# Key features of DDEV's config.yaml:
19
20
20
21
# name: <projectname> # Name of the project, automatically provides
21
22
# http://projectname.ddev.site and https://projectname.ddev.site
22
23
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
25
26
# information on the different project types
27
+ # "drupal" covers recent Drupal 8+
26
28
27
29
# docroot: <relative_path> # Relative path to the directory containing index.php.
28
30
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"
30
32
31
33
# You can explicitly specify the webimage but this
32
34
# is not recommended, as the images are often closely tied to DDEV's' behavior,
@@ -36,8 +38,9 @@ disable_upload_dirs_warning: true
36
38
37
39
# database:
38
40
# 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.
41
44
# PostgreSQL versions can be 9-16.
42
45
43
46
# 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
77
80
# Alternatively, an explicit Composer version may be specified, for example "2.2.18".
78
81
# To reinstall Composer after the image was built, run "ddev debug refresh".
79
82
80
- # nodejs_version: "18 "
83
+ # nodejs_version: "20 "
81
84
# change from the default system Node.js version to any other version.
82
85
# Numeric version numbers can be complete (i.e. 18.15.0) or
83
86
# incomplete (18, 17.2, 16). 'lts' and 'latest' can be used as well along with
@@ -86,6 +89,9 @@ disable_upload_dirs_warning: true
86
89
# Note that you can continue using 'ddev nvm' or nvm inside the web container
87
90
# to change the project's installed node version if you need to.
88
91
92
+ # corepack_enable: false
93
+ # Change to 'true' to 'corepack enable' and gain access to latest versions of yarn/pnpm
94
+
89
95
# additional_hostnames:
90
96
# - somename
91
97
# - someothername
@@ -143,8 +149,8 @@ disable_upload_dirs_warning: true
143
149
# - "mutagen": enables Mutagen for this project.
144
150
# - "nfs": enables NFS for this project.
145
151
#
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
148
154
149
155
# fail_on_hook_fail: False
150
156
# Decide whether 'ddev start' should be interrupted by a failing hook
@@ -197,7 +203,7 @@ disable_upload_dirs_warning: true
197
203
198
204
# disable_settings_management: false
199
205
# 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
201
207
# In this case the user must provide all such settings.
202
208
203
209
# You can inject environment variables into the web container with:
0 commit comments