Alpine based rtorrent client utilizing a socket file.
520
services:
rtorrent:
image: str0ke/rtorrent:latest
container_name: rtorrent
user: "1000:1000"
network_mode: host #drastic increase in speed utilizing host rather than bridge.
restart: unless-stopped
volumes:
- /docker/configs/rtorrent/config:/config
- /docker/configs/rtorrent/watch:/watch
- /storage/downloads:/downloads
ports:
- 14323:14323
Manually add the missing folders under the config folder. Next release will auto create the folders via rtorrent.rc.
logs
rtorrent_sess
/config/rtorrent.sock
1) link the same volumes that rtorrent has access to
2) point flood / rutorrent to the socket file /config/rtorrent.sock
Content type
Image
Digest
Size
5.1 MB
Last updated
over 4 years ago
docker pull str0ke/rtorrent