Allow for config of crush and opcache in the main docker file

This commit is contained in:
Tim Bracken
2016-08-16 17:51:41 -04:00
parent 928451ae88
commit cfc81fca64
4 changed files with 25 additions and 11 deletions

View File

@ -11,6 +11,7 @@ services:
- INSTALL_MONGO=false
- INSTALL_XDEBUG=false
- INSTALL_NODE=false
- INSTALL_DRUSH=false
- COMPOSER_GLOBAL_INSTALL=false
- PUID=1000
- PGID=1000
@ -33,6 +34,7 @@ services:
- INSTALL_XDEBUG=false
- INSTALL_ZIP_ARCHIVE=false
- INSTALL_MEMCACHED=false
- INSTALL_OPCACHE=false
dockerfile: Dockerfile-70
volumes_from:
- volumes_source