chore: docker环境修改php为非root运行

This commit is contained in:
xboard
2024-04-11 20:37:46 +08:00
parent 39b4218349
commit 03706c054d
4 changed files with 5 additions and 4 deletions

View File

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