File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change 11# ######################################
22# Environment Configuration
33# - feel free to edit -
4+ # -> for most changes you only have to
5+ # docker-compose up -d
6+ # to apply them
47# ######################################
58
69# ######################################
710# Webserver
811
9- # Settings: TYPO3 CMS
12+ # TYPO3 CMS
1013DOCUMENT_ROOT=code/
1114DOCUMENT_INDEX=index.php
1215CLI_SCRIPT=php typo3/cli_dispatch.phpsh
1316
14- # Settings: NEOS or FLOW
15- # DOCUMENT_ROOT=code/Web/
16- # DOCUMENT_INDEX=index.php
17- # CLI_SCRIPT=php flow
18-
19- # Settings: SYMFONY FRAMEWORK
17+ # SYMFONY FRAMEWORK
2018# DOCUMENT_ROOT=code/web/
2119# DOCUMENT_INDEX=app_dev.php
2220# CLI_SCRIPT=php app/console
2321
22+ # NEOS or FLOW
23+ # DOCUMENT_ROOT=code/Web/
24+ # DOCUMENT_INDEX=index.php
25+ # CLI_SCRIPT=php flow
26+
2427# ######################################
2528# Context environment
2629TYPO3_CONTEXT=Development/Docker
@@ -44,6 +47,12 @@ DNS_DOMAIN=vm vm.dev
4447
4548# ######################################
4649# MySQL settings
50+ # -> if you change these settings
51+ # you have to remove the database:
52+ # docker-compose rm mysql
53+ # because it's stored database in
54+ # volume and provisioning is only
55+ # done once.
4756MYSQL_ROOT_PASSWORD=dev
4857MYSQL_USER=dev
4958MYSQL_PASSWORD=dev
You can’t perform that action at this time.
0 commit comments