mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-13 03:11:55 +08:00
Update supervisord.conf
添加flusher模块
This commit is contained in:
@@ -21,3 +21,12 @@ stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
autorestart=false
|
||||
startretries=0
|
||||
|
||||
[program:flusher]
|
||||
command=/usr/bin/flusherp2p --host $HOST_PORT --username $USERNAME --password $PASSWORD --size $FILESIZE
|
||||
stdout_logfile=/dev/stdout
|
||||
stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
autorestart=false
|
||||
startretries=0
|
||||
|
||||
Reference in New Issue
Block a user