Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 556 Bytes

docker-utorrent-server

Circle CI

Build

$ ./bootstrap.sh
$ docker build -t utserver .

Run

$ docker run -d -v $(pwd)/data:/data -p 8080:8080 utserver

If you prefer custom UI, run command bellow. Note: data/webui.zip required.

$ docker run -d -v $(pwd)/data:/data -p 8080:8080 utserver -settingspath /data

WEB UI Login

ID: admin
PW: (blank)

License

MIT