mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
add MTT_ENABLE_DEBUG to docker files where absent
This commit is contained in:
parent
01c02ba4f6
commit
741e60d1f9
3 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -9,5 +9,7 @@ services:
|
|||
container_name: ${PLATFORM_NAME}-web
|
||||
ports:
|
||||
- "8080:80"
|
||||
environment:
|
||||
- MTT_ENABLE_DEBUG=YES
|
||||
volumes:
|
||||
- ../../../src:/var/www/html
|
||||
|
|
|
|||
Loading…
Reference in a new issue