@@ -26,7 +26,7 @@ corepack_enable: false
2626
2727# docroot: <relative_path> # Relative path to the directory containing index.php.
2828
29- # 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"
29+ # 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", "8.4"
3030
3131# You can explicitly specify the webimage but this
3232# is not recommended, as the images are often closely tied to DDEV's' behavior,
@@ -37,7 +37,8 @@ corepack_enable: false
3737# database:
3838# type: <dbtype> # mysql, mariadb, postgres
3939# version: <version> # database version, like "10.11" or "8.0"
40- # MariaDB versions can be 5.5-10.8 and 10.11, MySQL versions can be 5.5-8.0
40+ # MariaDB versions can be 5.5-10.8, 10.11, and 11.4.
41+ # MySQL versions can be 5.5-8.0.
4142# PostgreSQL versions can be 9-16.
4243
4344# router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
@@ -79,12 +80,10 @@ corepack_enable: false
7980
8081# nodejs_version: "20"
8182# change from the default system Node.js version to any other version.
82- # Numeric version numbers can be complete (i.e. 18.15.0) or
83- # incomplete (18, 17.2, 16). 'lts' and 'latest' can be used as well along with
84- # other named releases.
85- # see https://www.npmjs.com/package/n#specifying-nodejs-versions
86- # Note that you can continue using 'ddev nvm' or nvm inside the web container
87- # to change the project's installed node version if you need to.
83+ # See https://ddev.readthedocs.io/en/stable/users/configuration/config/#nodejs_version for more information
84+ # and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation,
85+ # Note that using of 'ddev nvm' is discouraged because "nodejs_version" is much easier to use,
86+ # can specify any version, and is more robust than using 'nvm'.
8887
8988# corepack_enable: false
9089# Change to 'true' to 'corepack enable' and gain access to latest versions of yarn/pnpm
@@ -200,7 +199,7 @@ corepack_enable: false
200199
201200# disable_settings_management: false
202201# If true, DDEV will not create CMS-specific settings files like
203- # Drupal's settings.php/settings.ddev.php or TYPO3's AdditionalConfiguration .php
202+ # Drupal's settings.php/settings.ddev.php or TYPO3's additional .php
204203# In this case the user must provide all such settings.
205204
206205# You can inject environment variables into the web container with:
0 commit comments