mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-03 10:30:51 +08:00
chore: docker环境修改php为非root运行
This commit is contained in:
@@ -41,7 +41,7 @@ startretries=10
|
||||
[program:adapterman]
|
||||
command=php -c php.ini webman.php start
|
||||
directory=/www
|
||||
user=root
|
||||
user=www
|
||||
numprocs=1
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
@@ -54,7 +54,7 @@ startretries=3
|
||||
[program:xboard-queue]
|
||||
command=php artisan horizon
|
||||
directory=/www
|
||||
user=root
|
||||
user=www
|
||||
stdout_logfile=/www/storage/logs/queue.log
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/www/storage/logs/queue_error.log
|
||||
|
||||
Reference in New Issue
Block a user