mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-11 18:52:27 +00:00
cowrie
ghost
isso
lufi
lutim
lychee
nodejs
owncloud
piwik
Dockerfile
README.md
nginx.conf
php-fpm.conf
run.sh
supervisord.conf
rainloop
reverse
rutorrent
searx
subsonic
zerobin
LICENSE
16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
[global]
|
|
daemonize = no
|
|
|
|
[www]
|
|
user = piwik
|
|
group = piwik
|
|
listen = /var/run/php-fpm.sock
|
|
listen.owner = piwik
|
|
listen.group = piwik
|
|
pm = dynamic
|
|
pm.max_children = 5
|
|
pm.start_servers = 2
|
|
pm.min_spare_servers = 1
|
|
pm.max_spare_servers = 3
|
|
chdir = /
|