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

View File

@@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:

View File

@@ -12,6 +12,7 @@ services:
- ./conf/php-fpm.conf:/usr/local/etc/php-fpm.d/www.conf
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels:

View File

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