forked from blallo/rss-bridge
[docker-compose] error_log
This commit is contained in:
parent
0089605181
commit
97da0be9f0
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@ services:
|
||||||
php:
|
php:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
|
environment:
|
||||||
|
- 'PHP_DISPLAY_ERRORS=0'
|
||||||
|
- 'PHP_LOG_ERRORS=1'
|
||||||
|
- 'PHP_ERROR_REPORTING=E_ALL'
|
||||||
|
- 'PHP_REPORT_MEMLEAKS=1'
|
||||||
volumes:
|
volumes:
|
||||||
- ./:/app/public/
|
- ./:/app/public/
|
||||||
ports:
|
ports:
|
||||||
|
|
Loading…
Reference in a new issue