Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
e3ab8e95
Commit
e3ab8e95
authored
Feb 12, 2019
by
Thomas Löffler
Browse files
Update ddev to 1.6.0
parent
861862eb
Pipeline
#6216
passed with stages
in 5 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
e3ab8e95
APIVersion
:
v1.
5.2
APIVersion
:
v1.
6.0
name
:
ter
type
:
typo3
docroot
:
public
php_version
:
"
7.2"
webserver_type
:
nginx-fpm
dbimage
:
drud/ddev-dbserver:v1.6.0-10.1
router_http_port
:
"
80"
router_https_port
:
"
443"
xdebug_enabled
:
false
...
...
@@ -11,6 +12,7 @@ additional_hostnames: []
additional_fqdns
:
[]
mariadb_version
:
"
10.1"
webcache_enabled
:
false
nfs_mount_enabled
:
false
provider
:
default
hooks
:
post-start
:
...
...
@@ -22,11 +24,11 @@ hooks:
-
exec
:
vendor/bin/typo3cms install:extensionsetupifpossible
# This config.yaml was created with ddev version v1.
5.2
# webimage: drud/ddev-webserver:v1.
5.2
# dbimage: drud/ddev-dbserver:v1.
5.2
-10.2
# dbaimage: drud/phpmyadmin:v1.
5.2
# bgsyncimage: drud/ddev-bgsync:v1.
5.2
# 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
# 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'.
...
...
@@ -76,14 +78,14 @@ hooks:
# working_dir:
# web: /var/www/html
# db: /home
# would set the default working directory for the web and db services.
# These values specify the destination directory for ddev ssh and the
# directory in which commands passed into ddev exec are run.
# would set the default working directory for the web and db services.
# These values specify the destination directory for ddev ssh and the
# directory in which commands passed into ddev exec are run.
# omit_containers: ["dba", "ddev-ssh-agent"]
# would omit the dba (phpMyAdmin) and ddev-ssh-agent containers. Currently
# only those two containers can be omitted here.
# Note that these containers can also be omitted globally in the
# Note that these containers can also be omitted globally in the
# ~/.ddev/global_config.yaml or with the "ddev config global" command.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment