mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-09-22 23:17:02 +00:00
boinc
boring-nginx
cowrie
ghost
isso
libresonic
lychee
nextcloud
piwik
privatebin
rtorrent-flood
s6.d
.s6-svscan
flood
rtorrent
run
Dockerfile
README.md
config.js
postdl
postrm
rtorrent.rc
run.sh
searx
tor
unmaintained
LICENSE
7 lines
116 B
Bash
7 lines
116 B
Bash
#!/bin/sh
|
|
export TERM="xterm"
|
|
export HOME="/home/torrent"
|
|
export PWD="/home/torrent"
|
|
cd /home/torrent
|
|
exec rtorrent
|