From e048912cef36ea738ef59c7279cc85fd0f810124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 18 Nov 2019 04:52:50 -0500 Subject: [PATCH] Commit ddev config updates --- .ddev/.gitignore | 4 ++++ .ddev/config.yaml | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.ddev/.gitignore b/.ddev/.gitignore index 9dc56c8..11157ae 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -1,6 +1,10 @@ #ddev-generated: Automatically generated ddev .gitignore. # You can remove the above line if you want to edit and maintain this file yourself. +/commands/*/*.example +/commands/*/README.txt +/homeadditions/*.example +/homeadditions/README.txt /import.yaml /docker-compose.yaml /db_snapshots diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 6c506f4b..bf1233c 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,4 +1,4 @@ -APIVersion: v1.10.1 +APIVersion: v1.10.2 name: agaric-coop type: drupal8 docroot: web @@ -12,12 +12,12 @@ additional_fqdns: [] mariadb_version: "10.2" nfs_mount_enabled: false provider: default -use_dns_when_possible: true +use_dns_when_possible: false timezone: "" -# This config.yaml was created with ddev version v1.10.1 -# webimage: drud/ddev-webserver:v1.10.0 +# This config.yaml was created with ddev version v1.10.2 +# webimage: drud/ddev-webserver:v1.10.2 # dbimage: drud/ddev-dbserver:v1.10.0-10.2 # dbaimage: drud/phpmyadmin:v1.10.0 # bgsyncimage: drud/ddev-bgsync:v1.10.0 @@ -125,7 +125,7 @@ timezone: "" # dbimage_extra_packages: [telnet,netcat] # Extra Debian packages that are needed in the dbimage can be added here -use_dns_when_possible: false +# use_dns_when_possible: true # If the host has internet access and the domain configured can # successfully be looked up, DNS will be used for hostname resolution # instead of editing /etc/hosts