mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-06 19:19:13 +00:00
Cleaning env-example
This commit is contained in:
parent
be1620e077
commit
1cbe68e75f
10
env-example
10
env-example
@ -56,10 +56,10 @@ MYSQL_SERVER=mysql-5.5
|
|||||||
### 1.3 Choose PHP Server Image
|
### 1.3 Choose PHP Server Image
|
||||||
###
|
###
|
||||||
|
|
||||||
#PHP_SERVER=php-5.5
|
#PHP_SERVER=php-fpm-5.5
|
||||||
PHP_SERVER=php-fpm-5.6
|
PHP_SERVER=php-fpm-5.6
|
||||||
#PHP_SERVER=php-7.0
|
#PHP_SERVER=php-fpm-7.0
|
||||||
#PHP_SERVER=php-7.1
|
#PHP_SERVER=php-fpm-7.1
|
||||||
#PHP_SERVER=hhvm-3
|
#PHP_SERVER=hhvm-3
|
||||||
|
|
||||||
|
|
||||||
@ -98,7 +98,7 @@ HOST_PATH_TO_WWW_DOCROOTS=~/Sites
|
|||||||
## If this directory is empty, a new mysql database will be
|
## If this directory is empty, a new mysql database will be
|
||||||
## created.
|
## created.
|
||||||
##
|
##
|
||||||
HOST_PATH_TO_MYSQL_DATADIR=~/data/mysql6
|
HOST_PATH_TO_MYSQL_DATADIR=~/data/mysql
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -168,7 +168,7 @@ PHP_XDEBUG_REMOTE_PORT=9000
|
|||||||
# Your local IP address (your computer host [not the docker])
|
# Your local IP address (your computer host [not the docker])
|
||||||
# where your ide/editor is listening for xdebug connections.
|
# where your ide/editor is listening for xdebug connections.
|
||||||
PHP_XDEBUG_REMOTE_HOST=172.20.10.2
|
PHP_XDEBUG_REMOTE_HOST=172.20.10.2
|
||||||
## TODO: Check if it works by automatically sending it to the broadcast address
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user