memperbaiki docker manifests
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
[program:php-fpm]
|
||||
command=/usr/local/sbin/php-fpm
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g "daemon off;"
|
||||
|
||||
[supervisord]
|
||||
logfile=/var/log/supervisord.log
|
||||
nodaemon=true
|
||||
[program:php-fpm]
|
||||
command=/usr/local/sbin/php-fpm
|
||||
startsecs = 1
|
||||
autorestart=true
|
||||
process_name=php-fpm
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx -c /etc/nginx/nginx.conf -g "daemon off;"
|
||||
startsecs = 1
|
||||
autorestart=true
|
||||
process_name=nginx
|
||||
|
||||
[supervisord]
|
||||
logfile=/var/log/supervisord.log
|
||||
nodaemon=true
|
||||
|
||||
Reference in New Issue
Block a user