mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
seed bonus add log etc
This commit is contained in:
@@ -71,6 +71,9 @@ RUN sed -i \
|
||||
|
||||
# 配置 PHP 错误日志输出到 stderr
|
||||
RUN echo "error_log = /dev/stderr" >> /usr/local/etc/php/conf.d/error-logging.ini
|
||||
# 上传配置
|
||||
RUN echo "upload_max_filesize = 10M" >> /usr/local/etc/php/conf.d/upload.ini
|
||||
RUN echo "post_max_size = 10M" >> /usr/local/etc/php/conf.d/upload.ini
|
||||
|
||||
# 安装 Composer
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
||||
Reference in New Issue
Block a user