Skip to content

qbittorrent-nox image build from latest git master branch

Notifications You must be signed in to change notification settings

m0useP4d/docker-qbittorrent-nox

Repository files navigation

qbittorrent-nox

Very minimal qbittorrent-nox image build from latest git master branch, forked from caoli5288

check your UID and GID in synology and keyin correctly.

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

About

qbittorrent-nox image build from latest git master branch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published