Table of contents

uTorrent on Mattys System

## To install uTorrent on Matty's system

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: 192.168.0.14

volumes:

- /share/???????:/data

- ./settings:/utorrent/settings

- ./torrents:/utorrent/torrents

- ./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

Add # in front of the volume for utserver.conf

docker-compose up -d

mkdir config

docker cp utorrent:/utorrent/utserver.conf config/utserver.conf

docker-compose down

Remove # added in front above

docker-compose up -d

Add torrent.petterson.network to Dashy and add port 6881 to Router for tcp/udp

http://192.168.0.14:8080/gui Doesn't do anything without the /gui