Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

homecentr/docker-qbittorrent

Repository files navigation

Project status

CI/CD

Homecentr - qbittorrent

Docker image of qBittorrent based on LinuxServer.io's image just with removed bells and whistles which I do not consider secure - LSIO requires SET_UID, SET_GID and other capabilities. It also generally relies on running as root which I am not comfortable with and therefore this image runs strictly as a non-root user.

Exposed ports

Port Protocol Description
8080 TCP WebUI

Volumes

Container path Description
/config qBittorrent configuration and state
/downloads Downloaded files from the torrents

Security

The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab.

Container user

The container uses UID:GID of 1000:1000 by default. Image must be rebuilt in case you need to use a different UID or GID due to file permissions.