Application for watching movies directly from torrent trackers (or rather, from seeds/peers)
The recommended way to run TorrServer is using Docker Compose using the following docker-compose.yml template:
version: '2'
services:
torrserver:
image: alexks02/torrserver:latest
container_name: torrserver
ports:
- "8090:8090"
restart: unless-stopped
Launch the containers using:
$ docker-compose up -d
If you want to run this application manually instead of using docker-compose, these are the basic steps you need to run:
$ docker run -d --name torrserver -p 8090:8090 --restart unless-stopped
Access your application at http://your-ip:8090/
Content type
Image
Digest
Size
17.7 MB
Last updated
about 7 years ago
docker pull alexks02/torrserver