Adding PHP 5.2 compatibility mode

This commit is contained in:
cytopia 2018-08-04 12:52:47 +02:00
parent 1589dc96fe
commit 3c7fea1e0f
No known key found for this signature in database
GPG Key ID: 6D56EDB8695128A2

View File

@ -249,6 +249,7 @@ services:
##
## PHP-FPM Remote Server
##
- COMPAT=${PHP_SERVER:-7.0}
- PHP_FPM_ENABLE=1
- PHP_FPM_SERVER_ADDR=php
- PHP_FPM_SERVER_PORT=9000