docker-php-webman/config/supervisord.conf
万少波 970122d167 init
2021-06-25 11:26:04 +08:00

15 lines
287 B
Plaintext

[supervisord]
nodaemon=true
logfile=/dev/null
logfile_maxbytes=0
pidfile=/run/supervisord.pid
[program:webman]
command=php /app/start.php start -d
stdout_logfile=/dev/stdout
stdout_logfile_maxbytes=0
stderr_logfile=/dev/stderr
stderr_logfile_maxbytes=0
autorestart=false
startretries=0