Skip to content
GitLab
Menu
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
1b94bfef
Commit
1b94bfef
authored
Sep 14, 2020
by
Oliver Bartsch
Browse files
[BUGFIX] Declare username and password as arguments
parent
10ad1c04
Pipeline
#9601
passed with stages
in 5 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.ddev/config.yaml
View file @
1b94bfef
...
...
@@ -13,7 +13,7 @@ provider: default
hooks
:
post-import-db
:
-
exec
:
vendor/bin/typo3cms database:updateschema
-
exec
:
vendor/bin/typo3cms backend:createadmin
--username=admin --password=
password
-
exec
:
vendor/bin/typo3cms backend:createadmin
admin
password
post-start
:
-
exec
:
cp private/typo3conf/AdditionalConfiguration.ddev.php private/typo3conf/AdditionalConfiguration.php
-
exec
:
composer install
...
...
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