Experience a fast, lightweight, and open-source BitTorrent client designed for seamless use across macOS, Windows, and Linux. Built with a focus on privacy and performance, it integrates natively with your operating system while maintaining one of the lowest resource footprints available, making it ideal for home NAS and media servers. Enjoy a clean, ad-free interface with no user tracking or paywalls.
services:
transmission:
image: lscr.io/linuxserver/transmission:latest
container_name: transmission
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- USER=${TRANSMISSION_USER}
- PASS=${TRANSMISSION_PASS}
volumes:
- ./config:/config
- ./downloads:/downloads
- ./watch:/watch
ports:
- 9091:9091
- 51413:51413
- 51413:51413/udp
restart: unless-stoppedTRANSMISSION_USER=admin
TRANSMISSION_PASS=passwordAuto-fetched about 1 hour ago
Auto-fetched about 1 hour ago