feat: PHP 增加扩展目录

This commit is contained in:
zhengkunwang223
2023-11-06 16:46:59 +08:00
parent 3ee95db7db
commit d8b0331107
13 changed files with 13 additions and 2 deletions
@@ -15,6 +15,7 @@ services:
- ${PHP_FPM_CONF_FILE}:/usr/local/etc/php-fpm.d/www.conf
- ${PHP_LOG_DIR}:/var/log/php
- ${DATA_DIR}/composer:/tmp/composer
- ./extensions:/php/extensions
restart: always
cap_add:
- SYS_PTRACE