From eae8825a8397cf0caabc9a710ab79fdf29a6092d Mon Sep 17 00:00:00 2001 From: Benjamin Kott Date: Wed, 24 Apr 2019 17:09:33 +0200 Subject: [PATCH] [TASK] Update ddev to 1.7.1 --- .ddev/.gitignore | 2 ++ .ddev/config.yaml | 22 ++++++++++++++++------ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.ddev/.gitignore b/.ddev/.gitignore index d5846483..b23a82cc 100644 --- a/.ddev/.gitignore +++ b/.ddev/.gitignore @@ -1,4 +1,5 @@ #ddev-generated: Automatically generated ddev .gitignore. +# You can remove the above line if you want to edit and maintain this file yourself. /import.yaml /docker-compose.yaml @@ -6,3 +7,4 @@ /sequelpro.spf /import-db /.bgsync* +/config.*.y*ml diff --git a/.ddev/config.yaml b/.ddev/config.yaml index 5ed0a774..0d96d0c3 100644 --- a/.ddev/config.yaml +++ b/.ddev/config.yaml @@ -1,4 +1,4 @@ -APIVersion: v1.6.0 +APIVersion: v1.7.1 name: blog type: typo3 docroot: .build/web @@ -15,11 +15,11 @@ nfs_mount_enabled: false provider: default -# This config.yaml was created with ddev version v1.6.0 -# webimage: drud/ddev-webserver:v1.6.0 -# dbimage: drud/ddev-dbserver:v1.6.0-10.2 -# dbaimage: drud/phpmyadmin:v1.6.0 -# bgsyncimage: drud/ddev-bgsync:v1.6.0 +# This config.yaml was created with ddev version v1.7.1 +# webimage: drud/ddev-webserver:v1.7.0 +# dbimage: drud/ddev-dbserver:v1.7.0-10.2 +# dbaimage: drud/phpmyadmin:v1.7.0 +# bgsyncimage: drud/ddev-bgsync:v1.7.0 # However we do not recommend explicitly wiring these images into the # config.yaml as they may break future versions of ddev. # You can update this config.yaml using 'ddev config'. @@ -79,6 +79,16 @@ provider: default # Note that these containers can also be omitted globally in the # ~/.ddev/global_config.yaml or with the "ddev config global" command. +# host_webserver_port: "59001" +# The host port binding for the ddev-webserver can be explicitly specified. It is +# dynamic unless otherwise specified. +# This is not used by most people, most people use the *router* instead +# of the localhost port. + +# host_db_port: "59002" +# The host port binding for the ddev-dbserver can be explicitly specified. It is dynamic +# unless explicitly specified. + # provider: default # Currently either "default" or "pantheon" #