Sign inSign up

alexks02/torrserver

By alexks02

Updated about 7 years ago

Dummy description

Image
0

2.2K

alexks02/torrserver repository overview

Application for watching movies directly from torrent trackers (or rather, from seeds/peers)

How to use this image

Using Docker Compose

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

Using the Docker Command Line

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/

Author

YouROK (https://4pda.ru/forum/index.php?showuser=151048)

Tag summary

Content type

Image

Digest

Size

17.7 MB

Last updated

about 7 years ago

docker pull alexks02/torrserver