Skip to content

Latest commit

 

History

History

transmission

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

About

transmission

Transmission is a fast, easy, and free BitTorrent client.

Usage

Requirements

  • Traefik up and running.
  • A subdomain of your choice, this example uses transmission.
    • You should be able to create a subdomain with your DNS provider, use a A record with the same IP address as your root domain.
  • Port 51413 open, check your firewall.

Configuration

The linuxserver images are using the PUID and PGID, they allow the container to map the container's internal user to a user on the host machine, more information here.

To find yours, use id user. Replace the environment variables in .env with your own, then run :

sudo docker-compose up -d

Update

The image is automatically updated with watchtower thanks to the following label :

  # Watchtower Update
  - "com.centurylinklabs.watchtower.enable=true"