From 1cbe68e75faceca188aaeb83f671da4a427fd931 Mon Sep 17 00:00:00 2001 From: cytopia Date: Sun, 9 Oct 2016 18:49:28 +0200 Subject: [PATCH] Cleaning env-example --- env-example | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/env-example b/env-example index 729f36c4..219b8aa6 100644 --- a/env-example +++ b/env-example @@ -56,10 +56,10 @@ MYSQL_SERVER=mysql-5.5 ### 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-7.0 -#PHP_SERVER=php-7.1 +#PHP_SERVER=php-fpm-7.0 +#PHP_SERVER=php-fpm-7.1 #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 ## 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]) # where your ide/editor is listening for xdebug connections. PHP_XDEBUG_REMOTE_HOST=172.20.10.2 -## TODO: Check if it works by automatically sending it to the broadcast address +