Skip to content

Commit bf60f75

Browse files
authored
Merge pull request laradock#1038 from vwchu/master
add APACHE_SITES_PATH variable
2 parents 916e9f3 + bc1c957 commit bf60f75

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ services:
149149
- applications
150150
volumes:
151151
- ${APACHE_HOST_LOG_PATH}:/var/log/apache2
152-
- ./apache2/sites:/etc/apache2/sites-available
152+
- ${APACHE_SITES_PATH}:/etc/apache2/sites-available
153153
ports:
154154
- "${APACHE_HOST_HTTP_PORT}:80"
155155
- "${APACHE_HOST_HTTPS_PORT}:443"

env-example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ APACHE_HOST_HTTP_PORT=80
8585
APACHE_HOST_HTTPS_PORT=443
8686
APACHE2_PHP_SOCKET=php-fpm:9000
8787
APACHE_HOST_LOG_PATH=./logs/apache2
88+
APACHE_SITES_PATH=./apache2/sites
8889
PHP_SOCKET=php-fpm:9000
8990

9091
### MYSQL ##############################################################################################################

0 commit comments

Comments
 (0)