mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
REL-0.10 Re-order env-example file
This commit is contained in:
parent
0f2beffdf4
commit
fac2025154
49
env-example
49
env-example
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user