1
0
Fork 0
forked from blallo/rss-bridge

[docker-compose] error_log

This commit is contained in:
boyska 2021-10-16 00:13:01 +02:00
parent 0089605181
commit 97da0be9f0

View file

@ -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: