Update DDEV configuration to Elizabeth-like conditions
This commit is contained in:
parent
d4af6b2811
commit
c28e310310
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
name: agaric-coop
|
name: agaric-coop
|
||||||
type: drupal9
|
type: drupal9
|
||||||
docroot: web
|
docroot: web
|
||||||
php_version: "7.3"
|
php_version: "7.4"
|
||||||
webserver_type: nginx-fpm
|
webserver_type: apache-fpm
|
||||||
router_http_port: "80"
|
router_http_port: "80"
|
||||||
router_https_port: "443"
|
router_https_port: "443"
|
||||||
xdebug_enabled: false
|
xdebug_enabled: false
|
||||||
additional_hostnames: []
|
additional_hostnames: []
|
||||||
additional_fqdns: []
|
additional_fqdns: []
|
||||||
mariadb_version: "10.2"
|
mariadb_version: "10.5"
|
||||||
mysql_version: ""
|
mysql_version: ""
|
||||||
nfs_mount_enabled: false
|
nfs_mount_enabled: false
|
||||||
mutagen_enabled: false
|
mutagen_enabled: false
|
||||||
|
|
Loading…
Reference in a new issue