Table of contents

uTorrent

To install uTorrent on Docker cd /share/Container_Data/uTorrent
nano docker-compose.yaml version: '3.7' services: utorrent: image: ekho/utorrent:latest container_name: utorrent networks: default: ipv4_address: 172.29.66.49 volumes: - ./settings:/utorrent/settings - /share/Torrent_Data/Data:/data - /share/Torrent_Data/Torrents:/utorrent/torrents - /share/Torrent_Data/Watch:/utorrent/autoload - /share/Torrent_Data/AutoLoad:/utorrent/autoload # - ./config/utserver.conf:/utorrent/utserver.conf environment: UID: 1000 GID: 1000 webui: ut ports: - 8080:8080 - 6881:6881 - 6881:6881/udp restart: always logging: driver: "json-file" options: max-size: "10m" max-file: "3" deploy: resources: limits: cpus: '1.6' memory: 512M networks: default: name: dockerlan external: true
Bring docker up to access config file docker-compose up -d mkdir config docker cp utorrent:/utorrent/utserver.conf config/utserver.conf docker-compose down
nano docker-compose.yaml Remove # in front of the volume for utserver.conf docker-compose up -d
Add torrent.petterson.lan to Dashy Int and Router To use go to browser http://torrent.petterson.lan:8080/gui Doesn't do anything without the /gui
Go into settings. For some reason download speed is set to -1 Change it Bandwidth to 0 in all three places