From c1170aafa89ea2c81b005156039bca5045b36874 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Sat, 22 Nov 2025 11:50:36 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20docker=20=E9=85=8D=E7=BD=AE=E4=B8=AD?= =?UTF-8?q?=20docker\php\supervisord.conf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新指定环境变量:environment=APP_ENV=local --- docker/php/supervisord.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/php/supervisord.conf b/docker/php/supervisord.conf index c9873e86a..1bc89e671 100644 --- a/docker/php/supervisord.conf +++ b/docker/php/supervisord.conf @@ -19,6 +19,7 @@ stderr_logfile_maxbytes=0 [program:think-cron] command=php /var/www/html/think cron:schedule +environment=APP_ENV=local autostart=true autorestart=true startretries=5