Skip to content

qbittorrent-nox image build from latest git master branch

Notifications You must be signed in to change notification settings

taiziccf/docker-qbittorrent-nox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

qbittorrent-nox

Very minimal qbittorrent-nox image build from latest git master branch.

Usage

$ docker create --name=qbittorrent-nox \
  -e WEBUI_PORT=8080 \
  -e CHUID=1000 \
  -e CHGID=1000 \
  -p 6881:6881 \
  -p 6881:6881/udp \
  -p 8080:8080 \
  -v /path/to/appdata/config:/config \
  -v /path/to/downloads:/downloads \
  --restart unless-stopped \
  caoli5288/qbittorrent-nox

Changelogs

  • 2020-09-18 rebuild for libtorrent-rasterbar 1.2.10
  • 2020-06-23 rebuild for libtorrent-rasterbar 1.2.7

About

qbittorrent-nox image build from latest git master branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 71.2%
  • Dockerfile 28.8%