541-add-linuxbrew-option (#543)

* 541-add-linuxbrew-option

* 541 updated readme with installation information
This commit is contained in:
Mike Erickson
2017-01-13 11:12:44 -08:00
committed by Philippe Trépanier
parent fbc71b5a22
commit a80ef301a9
3 changed files with 77 additions and 14 deletions

View File

@ -26,6 +26,7 @@ services:
- COMPOSER_GLOBAL_INSTALL=false
- INSTALL_WORKSPACE_SSH=false
- INSTALL_LARAVEL_ENVOY=false
- INSTALL_LINUXBREW=false
- PUID=1000
- PGID=1000
- NODE_VERSION=stable
@ -118,7 +119,7 @@ services:
### MySQL Container #########################################
mysql:
build:
build:
context: ./mysql
args:
- MYSQL_DATABASE=homestead
@ -190,7 +191,7 @@ services:
- "27017:27017"
volumes:
- mongo:/data/db
### RethinkDB Container #######################################
rethinkdb: