From b5d89aef72774781cd02b2ad283e5bc17f0f4b26 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Wed, 3 Dec 2025 09:02:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(docker):=20=E5=8F=AA=E5=A4=84=E7=90=86=20ru?= =?UTF-8?q?ntime=20=E5=8F=8A=20upload=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/php/entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/php/entrypoint.sh b/docker/php/entrypoint.sh index aea448229..136878440 100644 --- a/docker/php/entrypoint.sh +++ b/docker/php/entrypoint.sh @@ -3,7 +3,6 @@ # 确保目录所有者为www-data, 组为www-data, 权限为755 # 这是因为 PHP 进程实际运行时使用的是 Web 服务器用户(如 www-data),而不是 root 用户 chown -R www-data:www-data /var/www/html -chmod -R 755 /var/www/html # 检查并创建必要的目录 for dir in "/var/www/html/runtime" "/var/www/html/upload"; do