Skip to content

Commit

Permalink
[TASK] Update ddev to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Apr 24, 2019
1 parent 9d402a1 commit eae8825
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .ddev/.gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#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
/db_snapshots
/sequelpro.spf
/import-db
/.bgsync*
/config.*.y*ml
22 changes: 16 additions & 6 deletions .ddev/config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APIVersion: v1.6.0
APIVersion: v1.7.1
name: blog
type: typo3
docroot: .build/web
Expand All @@ -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'.
Expand Down Expand Up @@ -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"
#
Expand Down

0 comments on commit eae8825

Please sign in to comment.