Merge pull request #1038 from vwchu/master

add APACHE_SITES_PATH variable
This commit is contained in:
Mahmoud Zalt
2017-07-04 07:25:40 +03:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -149,7 +149,7 @@ services:
- applications
volumes:
- ${APACHE_HOST_LOG_PATH}:/var/log/apache2
- ./apache2/sites:/etc/apache2/sites-available
- ${APACHE_SITES_PATH}:/etc/apache2/sites-available
ports:
- "${APACHE_HOST_HTTP_PORT}:80"
- "${APACHE_HOST_HTTPS_PORT}:443"