Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

๐Ÿ’€ Dockerized qbittorrent-nox

License

Notifications You must be signed in to change notification settings

fastily/docker-qbittorrent-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

6 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

docker-qbittorrent

Dockerized qbittorrent-nox

Build and run

docker cli

# build
docker build --build-arg UID=$(id -u) --build-arg GID=$(id -g) --build-arg USERNAME=$(whoami) -t qbt-web:0.0.1 .

# run in background
docker run -dit -p 8080:8080 -p 33702:33702 -p 33702:33702/udp -v "PATH_TO_YOUR_DOWNLOAD_FOLDER:/home/$(whoami)/Downloads" qbt-web:0.0.1

# run w/ live output
docker run -it -p 8080:8080 -p 33702:33702 -p 33702:33702/udp -v "PATH_TO_YOUR_DOWNLOAD_FOLDER:/home/$(whoami)/Downloads" qbt-web:0.0.1

docker-compose

# start and run
USERNAME=$(whoami) UID=$(id -u) GID=$(id -g) DLFOLDER=PATH_TO_YOUR_DOWNLOAD_FOLDER docker-compose up -d

# logs - in the same directory
docker-compose logs -f -t

# shutdown
docker-compose down

About

๐Ÿ’€ Dockerized qbittorrent-nox

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published