DVL-012 Add datadir change info in env-example

This commit is contained in:
cytopia 2017-07-05 08:12:07 +02:00
parent 5a9fce85a2
commit dd750f88ad
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -28,6 +28,11 @@ DEBUG_COMPOSE_ENTRYPOINT=0
### mounts instead of Filesystem mounts due to degraded performance
### on OSX.
###
### Note: When changing this variable you must re-create the container.
### Simply remove it, it will be auto-created during the next start:
###
### $ docker-compose rm -f
###
DEVILBOX_PATH=.
@ -209,6 +214,11 @@ MONGO_SERVER=3.4
###
### Local filesystem path to www projects.
###
### Note: When changing this variable you must re-create the container.
### Simply remove it, it will be auto-created during the next start:
###
### $ docker-compose rm -f
###
HOST_PATH_HTTPD_DATADIR=./data/www
###
@ -226,6 +236,11 @@ HOST_PATH_HTTPD_DATADIR=./data/www
### This is to protect databases from being altered by
### newer or older mysql|mariadb server versions.
###
### Note: When changing this variable you must re-create the container.
### Simply remove it, it will be auto-created during the next start:
###
### $ docker-compose rm -f
###
HOST_PATH_MYSQL_DATADIR=./data/mysql
@ -243,6 +258,12 @@ HOST_PATH_MYSQL_DATADIR=./data/mysql
### version will be created where the actual data resides.
### This is to protect databases from being altered by
### newer or older postgres server versions.
###
### Note: When changing this variable you must re-create the container.
### Simply remove it, it will be auto-created during the next start:
###
### $ docker-compose rm -f
###
HOST_PATH_PGSQL_DATADIR=./data/pgsql
@ -256,6 +277,11 @@ HOST_PATH_PGSQL_DATADIR=./data/pgsql
### If this directory is empty, a new mongodb database will be
### created.
###
### Note: When changing this variable you must re-create the container.
### Simply remove it, it will be auto-created during the next start:
###
### $ docker-compose rm -f
###
HOST_PATH_MONGO_DATADIR=./data/mongo