Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 1023 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 1023 Bytes

Docker container for TorrServer Matrix

Run TorrServer Matrix latest on docker container

Timezone

Default timezone for container is set to Europe/Kiev

Stack

version: '2.1'
services:

  torrservermatrix:
    image: soulassassin85/torrserver:latest
    container_name: torrservermatrix
    hostname: torrservermatrix
    volumes:
      - /home/docker_storage/torrservermatrix:/torrserver/db
    ports:
      - 8090:8090
    restart: unless-stopped

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

Links

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