chore: docker 配置中 docker\php\supervisord.conf

更新指定环境变量:environment=APP_ENV=local
This commit is contained in:
2025-11-22 11:50:36 +08:00
parent 198871d3c9
commit c1170aafa8

View File

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