Skip to content

danpowell88/docker-qbittorrent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-qbittorrent

A qbittorrent docker image in Ubuntu. Supports custom UID/GID

Usage

You will want to provide a volume for persistent configs. This image looks for configs at /configs. You need to start the image one and accept the license before running as a daemon. The license acceptance is stored in your config after first run.

docker run -p 8080:8080 -it -v $PWD:/configs justmiles/qbittorrent

Environment Variables

  • USER_ID - id of user running qBittorrent. Defaults to 107
  • GROUP_ID - group id of user running qBittorrent. Defaults to 114

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%