mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-08-28 10:47:28 +00:00
boinc
boring-nginx
cowrie
ghost
isso
lutim
lychee
nextcloud
nginx
piwik
privatebin
rainloop
rtorrent-flood
s6.d
.s6-svscan
flood
rtorrent
run
Dockerfile
README.md
config.js
postdl
postrm
rtorrent.rc
run.sh
rutorrent
searx
subsonic
tor
LICENSE
7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
![]() |
#!/bin/sh
|
||
|
export TERM="xterm"
|
||
|
export HOME="/home/torrent"
|
||
|
export PWD="/home/torrent"
|
||
|
cd /home/torrent
|
||
|
exec rtorrent
|