add MTT_ENABLE_DEBUG to docker files where absent

This commit is contained in:
Max Pozdeev 2022-01-11 23:29:07 +03:00
parent 01c02ba4f6
commit 741e60d1f9
3 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,8 @@ services:
container_name: ${PLATFORM_NAME}-web
ports:
- "8080:80"
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html
depends_on:

View file

@ -13,6 +13,8 @@ services:
container_name: ${PLATFORM_NAME}-web
ports:
- "8080:80"
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html
depends_on:

View file

@ -9,5 +9,7 @@ services:
container_name: ${PLATFORM_NAME}-web
ports:
- "8080:80"
environment:
- MTT_ENABLE_DEBUG=YES
volumes:
- ../../../src:/var/www/html