chore: docker 配置中 docker\php\supervisord.conf
更新指定环境变量:environment=APP_ENV=local
This commit is contained in:
@@ -19,6 +19,7 @@ stderr_logfile_maxbytes=0
|
|||||||
|
|
||||||
[program:think-cron]
|
[program:think-cron]
|
||||||
command=php /var/www/html/think cron:schedule
|
command=php /var/www/html/think cron:schedule
|
||||||
|
environment=APP_ENV=local
|
||||||
autostart=true
|
autostart=true
|
||||||
autorestart=true
|
autorestart=true
|
||||||
startretries=5
|
startretries=5
|
||||||
|
|||||||
Reference in New Issue
Block a user