From 8da4563435978b792a24f8bc3ebffa5ca34bedbf Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sat, 6 Dec 2025 09:30:42 +0800 Subject: [PATCH] chore(docker): update supervisord.conf --- docker/php/supervisord.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/php/supervisord.conf b/docker/php/supervisord.conf index cd45d04bb..8091ae58e 100644 --- a/docker/php/supervisord.conf +++ b/docker/php/supervisord.conf @@ -7,8 +7,7 @@ loglevel=info pidfile=/var/run/supervisord.pid [program:chmod] -command=/bin/bash -c "while true; do chmod -R 775 ./runtime/ ./uploads/ 2>/dev/null || true; sleep 30; done" -directory=/var/www/html +command=/bin/bash -c "while true; do chmod -R 775 /var/www/html/runtime/ /var/www/html/upload/ 2>/dev/null || true; sleep 30; done" autostart=true autorestart=true stopasgroup=true