enable debug mode in docker files

This commit is contained in:
Max Pozdeev 2021-07-24 18:18:37 +03:00
parent 62e1dc0c96
commit edec4e38d6
4 changed files with 8 additions and 0 deletions

View file

@ -5,6 +5,8 @@ services:
container_name: mtt-dev-php70-apache
ports:
- "8080:80"
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html
- ./php-mtt.ini:/usr/local/etc/php/conf.d/php-mtt.ini

View file

@ -5,6 +5,8 @@ services:
container_name: mtt-dev-php72-apache
ports:
- "8080:80"
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html
- ./php-mtt.ini:/usr/local/etc/php/conf.d/php-mtt.ini

View file

@ -5,6 +5,8 @@ services:
container_name: mtt-dev-php74-apache
ports:
- "8080:80"
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html
- ./php-mtt.ini:/usr/local/etc/php/conf.d/php-mtt.ini

View file

@ -5,6 +5,8 @@ services:
container_name: mtt-dev-php80-apache
ports:
- "8080:80"
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html
- ./php-mtt.ini:/usr/local/etc/php/conf.d/php-mtt.ini