Skip to content

Commit dc85225

Browse files
committed
Added better documentation
1 parent e05333c commit dc85225

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

docker-env.yml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,29 @@
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
1013
DOCUMENT_ROOT=code/
1114
DOCUMENT_INDEX=index.php
1215
CLI_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
2629
TYPO3_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.
4756
MYSQL_ROOT_PASSWORD=dev
4857
MYSQL_USER=dev
4958
MYSQL_PASSWORD=dev

0 commit comments

Comments
 (0)