add opcache, make xdebug install configurable

This commit is contained in:
Christoph Kluge
2021-09-10 17:34:20 +02:00
parent e44a6bae4d
commit 84669c28f2
3 changed files with 15 additions and 11 deletions

View File

@@ -27,6 +27,7 @@ services:
build:
context: ./php-fpm
args:
PHP_XDEBUG_INIT: ${PHP_XDEBUG_INIT}
PHP_XDEBUG_MODE: ${PHP_XDEBUG_MODE}
PHP_XDEBUG_CLIENT_PORT: ${PHP_XDEBUG_CLIENT_PORT}
PHP_XDEBUG_CLIENT_HOST: ${PHP_XDEBUG_CLIENT_HOST}