Sign inSign up

vbloher/torrserver

By vbloher

Updated about 5 years ago

Run latest version of TorrServer Matrix in docker container (arm64). Compatible with Raspberry Pi

Image
0

1.2K

vbloher/torrserver repository overview

Docker image (arm64) for TorrServer Matrix

Run latest version of TorrServer Matrix in docker container (arm64) Compatible with Raspberry Pi

Timezone

Default timezone for container is set to Europe/Kiev

Run in docker

Using single command

docker run --name torrserver -d --restart=unless-stopped -v ~/torrserver/db:/torrserver/db -p 8090:8090 vbloher/torrserver

Using docker compose

version: '2.1'
services:

  torrservermatrix:
    image: vbloher/torrserver
    container_name: torrserver
    volumes:
      - ~/torrserver/db:/torrserver/db
    ports:
      - 8090:8090
    restart: unless-stopped

~/torrserver/db is the path at host for torrserver db, use yours
Default port of web application is 8090

TorrServer repository
TorrServe repository
TorrServer Adder (Google Chrome extension)
NUM releases

Tag summary

Content type

Image

Digest

Size

12.1 MB

Last updated

about 5 years ago

docker pull vbloher/torrserver