Update DDEV

This commit is contained in:
benjamin melançon 2019-09-22 13:28:39 -04:00
parent 22a44ae069
commit ee2cc18629
2 changed files with 7 additions and 3 deletions

4
.ddev/.gitignore vendored
View file

@ -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

View file

@ -1,4 +1,4 @@
APIVersion: v1.10.1
APIVersion: v1.10.2
name: geo
type: drupal8
docroot: web
@ -16,8 +16,8 @@ use_dns_when_possible: true
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