Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
M
my.typo3.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
2
Issues
2
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
t3o
my.typo3.org
Commits
8a5d3463
Commit
8a5d3463
authored
Mar 30, 2019
by
Thomas Löffler
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '298-update-ddev-to-1-6' into 'develop'
Resolve "Update DDEV to 1.6" Closes
#298
See merge request
!146
parents
e8c55ec1
483f17e0
Pipeline
#6715
passed with stages
in 2 minutes and 55 seconds
Changes
1
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
18 deletions
+20
-18
.ddev/config.yaml
.ddev/config.yaml
+20
-18
No files found.
.ddev/config.yaml
View file @
8a5d3463
APIVersion
:
v1.
5.2
APIVersion
:
v1.
6.0
name
:
my.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
:
...
...
@@ -25,11 +27,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.1
# 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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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