File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ services:
2828# APACHE_USER_GID: ${NEW_GID}
2929#
3030# PHP_VERSION: ${PHP_VERSION}
31+ # ENVIRONMENT: ${ENVIRONMENT}
3132#
3233# POSTFIX_myhostname: ${PROJECT_HOSTNAME}
3334# POSTFIX_mydestination: ${PROJECT_HOSTNAME}
@@ -41,8 +42,8 @@ services:
4142# XDEBUG_SESSION: "${XDEBUG_SESSION}"
4243# XDEBUG_MODE: "${XDEBUG_MODE}"
4344#
44- # WEBSERVER_LOG_DIR: /var/www/html/docker/local/ tmp/logs
45- # PHP_LOG_DIR: /var/www/html/docker/local/ tmp/logs
45+ # WEBSERVER_LOG_DIR: /var/www/html/docker/tmp/logs
46+ # PHP_LOG_DIR: /var/www/html/docker/tmp/logs
4647#
4748# COMPOSER_PROCESS_TIMEOUT: 0
4849#
@@ -52,7 +53,7 @@ services:
5253#
5354# # mount web folder
5455# - ${HOST_PATH_WEB_WWW}:/var/www/html/project
55- # - ${DEVBOX_PATH}/../ :/var/www/html/docker
56+ # - ${DEVBOX_PATH}/:/var/www/html/docker
5657#
5758# # Website config
5859# - ${DEVBOX_PATH}/config/${WEB_SERVER_NAME}/sites-enabled/:/etc/apache2/sites-enabled/
Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ NEW_GID=1000
4343
4444COMPOSE_PROJECT_NAME=yourproject
4545PROJECT_HOSTNAME=yourproject.local
46+ # 'local' is the name of the folder
47+ ENVIRONMENT=local
4648
4749################################################################################
4850###
You can’t perform that action at this time.
0 commit comments