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 1
1
# ######################################
2
2
# Environment Configuration
3
3
# - feel free to edit -
4
+ # -> for most changes you only have to
5
+ # docker-compose up -d
6
+ # to apply them
4
7
# ######################################
5
8
6
9
# ######################################
7
10
# Webserver
8
11
9
- # Settings: TYPO3 CMS
12
+ # TYPO3 CMS
10
13
DOCUMENT_ROOT=code/
11
14
DOCUMENT_INDEX=index.php
12
15
CLI_SCRIPT=php typo3/cli_dispatch.phpsh
13
16
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
20
18
# DOCUMENT_ROOT=code/web/
21
19
# DOCUMENT_INDEX=app_dev.php
22
20
# CLI_SCRIPT=php app/console
23
21
22
+ # NEOS or FLOW
23
+ # DOCUMENT_ROOT=code/Web/
24
+ # DOCUMENT_INDEX=index.php
25
+ # CLI_SCRIPT=php flow
26
+
24
27
# ######################################
25
28
# Context environment
26
29
TYPO3_CONTEXT=Development/Docker
@@ -44,6 +47,12 @@ DNS_DOMAIN=vm vm.dev
44
47
45
48
# ######################################
46
49
# 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.
47
56
MYSQL_ROOT_PASSWORD=dev
48
57
MYSQL_USER=dev
49
58
MYSQL_PASSWORD=dev
You can’t perform that action at this time.
0 commit comments