Bring DDEV config up to speed- composer 2, apache

This commit is contained in:
mlncn 2021-04-09 10:58:35 -04:00
parent 5e599acdbc
commit 845114fded

View file

@ -1,20 +1,18 @@
APIVersion: v1.13.1
name: geo
type: drupal8
docroot: web
php_version: "7.3"
webserver_type: nginx-fpm
webserver_type: apache-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
mariadb_version: "10.1"
mariadb_version: "10.3"
nfs_mount_enabled: false
provider: default
use_dns_when_possible: false
timezone: ""
composer_version: "2"
# This config.yaml was created with ddev version v1.13.1
# webimage: drud/ddev-webserver:v1.13.1