mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-11 02:32:30 +00:00
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
nextcloud
nginx
piwik
privatebin
rainloop
rtorrent-flood
rutorrent
rootfs
etc
nginx
php7
supervisor.d
supervisord.ini
home
sites
usr
var
Dockerfile
README.md
searx
subsonic
tor
LICENSE
18 lines
327 B
INI
18 lines
327 B
INI
![]() |
[supervisord]
|
||
|
nodaemon=true
|
||
|
|
||
|
[program:rtorrent]
|
||
|
user=torrent
|
||
|
directory=/home/torrent
|
||
|
priority=2
|
||
|
redirect_stderr=true
|
||
|
environment=HOME="/home/torrent",PWD="/home/torrent",LOGNAME="rtorrent",USER="torrent",TERM="xterm"
|
||
|
startsecs=5
|
||
|
command=rtorrent
|
||
|
|
||
|
[program:php-fpm]
|
||
|
command=php-fpm7 --nodaemonize
|
||
|
|
||
|
[program:nginx]
|
||
|
command=nginx
|