When trying to specify environment variable HTTPD__DocumentRoot, I discovered that there was a behavior change between PHP 5.4 and PHP 5.5 where the installation created apache2/sites-enabled/000-default.conf specifying DocumentRoot which overrode the DocumentRoot declaration in apache2/conf-enabled/40-user.conf.
For a work around, I'm overloading the default.conf with an empty file.
volumes:
using alterway/php:5.5-apache
When trying to specify environment variable HTTPD__DocumentRoot, I discovered that there was a behavior change between PHP 5.4 and PHP 5.5 where the installation created apache2/sites-enabled/000-default.conf specifying DocumentRoot which overrode the DocumentRoot declaration in apache2/conf-enabled/40-user.conf.
For a work around, I'm overloading the default.conf with an empty file. volumes: