diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 6a9fe0e7c20b94fc75af734733595bac2f6e16b6..8f1322bd3b3217c780b9282c7f8cf49a8d17d4c0 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,14 +1,14 @@ name: ter type: typo3 docroot: public -php_version: "7.2" +php_version: "7.4" webserver_type: nginx-fpm router_http_port: "80" router_https_port: "443" xdebug_enabled: false additional_hostnames: [] additional_fqdns: [] -mariadb_version: "10.2" +mariadb_version: "10.3" provider: default hooks: post-import-db: @@ -20,7 +20,7 @@ hooks: - exec: vendor/bin/typo3cms install:generatepackagestates - exec: vendor/bin/typo3cms install:extensionsetupifpossible omit_containers: [dba] -webimage_extra_packages: [php7.2-ldap] +webimage_extra_packages: [php7.4-ldap] use_dns_when_possible: true timezone: Europe/Berlin @@ -158,9 +158,9 @@ timezone: Europe/Berlin # In this case the user must provide all such settings. # no_project_mount: false -# (Experimental) If true, ddev will not mount the project into the web container; +# (Experimental) If true, ddev will not mount the project into the web container; # the user is responsible for mounting it manually or via a script. -# This is to enable experimentation with alternate file mounting strategies. +# This is to enable experimentation with alternate file mounting strategies. # For advanced users only! # provider: default # Currently either "default" or "pantheon"