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
typo3.org
typo3.org
Commits
c594c211
Commit
c594c211
authored
Mar 11, 2019
by
Stefan Busemann
Browse files
Merge branch 'task/update-to-ddev-1-6-0' into 'develop'
Update to ddev 1.6.0 See merge request t3o/typo3.org!267
parents
af6fa075
82492e86
Pipeline
#6501
passed with stages
in 2 minutes and 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
c594c211
APIVersion
:
v1.
5.1
APIVersion
:
v1.
6.0
name
:
typo3.org
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.1
# webimage: drud/ddev-webserver:v1.
5.1
# dbimage: drud/ddev-dbserver:v1.
5
.0-10.2
# dbaimage: drud/phpmyadmin:v1.
5
.0
# bgsyncimage: drud/ddev-bgsync:v1.
5
.0
# 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'.
...
...
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