Switch to Alpine base image
This brings the image size down from 278.3MB to 100.2MBpull/30/head
parent
adacce4ba1
commit
1de5eb7a1d
@ -1,15 +1,15 @@
|
||||
[supervisord]
|
||||
nodaemon=true
|
||||
|
||||
[program:php5-fpm]
|
||||
command=/usr/sbin/php5-fpm --nodaemonize
|
||||
[program:php-fpm]
|
||||
command=/usr/bin/php-fpm --nodaemonize
|
||||
|
||||
[program:nginx]
|
||||
command=/usr/sbin/nginx -g "daemon off;"
|
||||
command=/usr/sbin/nginx
|
||||
|
||||
[program:ttrss-update-daemon]
|
||||
command=/usr/bin/php /var/www/update_daemon2.php
|
||||
user=www-data
|
||||
user=nobody
|
||||
stdout_logfile=/tmp/%(program_name)s.stdout
|
||||
stderr_logfile=/tmp/%(program_name)s.stderr
|
||||
|
||||
|
Loading…
Reference in New Issue