This is unofficial dockerized precompiled TorrServer within a debian:stable-slim image.
"TorrServer, stream torrent to http"
More info:
- server with docker
- ~256 Mb RAM, ~512 Mb disk space
- сreate "/torrserver/db" directory (for example) on your host
- (optional) put "ts.ini" file to "/torrserver/db", uncomment the desired options. The "cron_task" parameter (in the cron format) is used to start updates on a schedule. Parameters from "ts.ini" file overwrites the default parameters.
- connect host directory "/torrserver/db" to the container directory "/TS/db" and start container:
docker run --name torrserver -e TZ=Europe/Moscow -d --restart=unless-stopped --net=host -v /torrserver/db:/TS/db ksey/torrserver