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.
Port | Protocol | Description |
---|---|---|
8080 | TCP | WebUI |
Container path | Description |
---|---|
/config | qBittorrent configuration and state |
/downloads | Downloaded files from the torrents |
The container is regularly scanned for vulnerabilities and updated. Further info can be found in the Security tab.
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.