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
1fdef19a
Commit
1fdef19a
authored
Jan 03, 2019
by
Thomas Löffler
Browse files
Update to ddev 1.5.1
parent
19c12138
Pipeline
#5933
passed with stages
in 3 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
1fdef19a
APIVersion
:
v1.5.
0
APIVersion
:
v1.5.
1
name
:
typo3.org
type
:
typo3
docroot
:
public
...
...
@@ -22,8 +22,8 @@ hooks:
-
exec
:
./vendor/bin/typo3cms install:extensionsetupifpossible
# This config.yaml was created with ddev version v1.5.
0
# webimage: drud/ddev-webserver:v1.5.
0
# 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
...
...
@@ -76,14 +76,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.
...
...
@@ -96,4 +96,4 @@ hooks:
# for them. Example:
#hooks:
# post-start:
# - exec: composer install -d /var/www/html
# - exec: composer install -d /var/www/html
\ No newline at end of file
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