Merge pull request #1438 from pangminfu/apache-docroot-path

Apache document root path configurable with env file
This commit is contained in:
Mahmoud Zalt
2018-03-25 19:15:16 +03:00
committed by GitHub
3 changed files with 4 additions and 1 deletions

View File

@ -173,6 +173,7 @@ services:
- PHP_UPSTREAM_CONTAINER=${APACHE_PHP_UPSTREAM_CONTAINER}
- PHP_UPSTREAM_PORT=${APACHE_PHP_UPSTREAM_PORT}
- PHP_UPSTREAM_TIMEOUT=${APACHE_PHP_UPSTREAM_TIMEOUT}
- DOCUMENT_ROOT=${APACHE_DOCUMENT_ROOT}
volumes_from:
- applications
volumes: