Downgrade to php 8.1 (and use dns when possible with ddev!...pls)

This commit is contained in:
Chris (wolcen) Thompson 2025-02-24 00:15:19 -05:00
parent a9eb5fa2c9
commit 686046ddc8
2 changed files with 116 additions and 415 deletions

View file

@ -1,7 +1,7 @@
name: geo-coop
type: drupal11
docroot: web
php_version: "8.3"
php_version: "8.1"
webserver_type: apache-fpm
xdebug_enabled: false
additional_hostnames: []
@ -9,7 +9,7 @@ additional_fqdns: []
database:
type: mariadb
version: "10.5"
use_dns_when_possible: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
nodejs_version: "16"