Sign inSign up

alekho/torrserv

By alekho

Updated over 4 years ago

Unofficial image for TorrServer-linux-amd64

Image
1

265

alekho/torrserv repository overview

Unofficial image for TorrServer-linux-amd64

This is unofficial dockerized TorrServer-linux-amd64 by YouROCK
More information: https://github.com/YouROK/TorrServer

Usage

docker-compose

version: "3"

services:
  server:
    image: alekho/torrserv:latest
    container_name: torrserver
    environment:
      - TZ=Europe/Moscow
    restart: always
    ports:
      - "8090:8090"

or docker

sudo docker run -d -p 8090:8090 alekho/torrserv:latest

Tag summary

Content type

Image

Digest

Size

53.8 MB

Last updated

over 4 years ago

docker pull alekho/torrserv