REL-0.10 Re-order env-example file

This commit is contained in:
cytopia 2017-05-26 09:02:16 +02:00
parent 0f2beffdf4
commit fac2025154
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -16,7 +16,7 @@
###
### 1: Yes
### 0: No
DEBUG_COMPOSE_ENTRYPOINT=1
DEBUG_COMPOSE_ENTRYPOINT=0
###
@ -79,6 +79,24 @@ TLD_SUFFIX=loc
DNS_CHECK_TIMEOUT=1
###
### Set your user id and group id
###
### This should be changed to the value of your local
### users uid and gid
###
### Type `id` on the terminal to find out your values
###
NEW_UID=1000
NEW_GID=1000
###
### Timezone for all dockers and service config files
###
TIMEZONE=Europe/Berlin
################################################################################
###
@ -238,33 +256,6 @@ HOST_PATH_MONGO_DATADIR=./data/mongo
################################################################################
###
### 3. GENERAL DOCKER CONTAINER SETTINGS
###
################################################################################
###
### Set your user id and group id
###
### This should be changed to the value of your local
### users uid and gid
###
### Type `id` on the terminal to find out your values
###
NEW_UID=1000
NEW_GID=1000
###
### Timezone for all dockers and service config files
###
TIMEZONE=Europe/Berlin
################################################################################
###
### 3. PHP Docker Settings
@ -379,6 +370,7 @@ HOST_PORT_REDIS=6379
HOST_PORT_MEMCD=11211
################################################################################
###
### 9. MongoDB Docker Settings
@ -391,6 +383,7 @@ HOST_PORT_MEMCD=11211
HOST_PORT_MONGO=27017
################################################################################
###
### 10. Bind Docker Settings