This repo builds Docker images for WDaan/VueTorrent which can be hosted separately from qBittorrent.
The VueTorrent version is automatically updated by Renovate bot, so new VueTorrent releases will be available within a few hours.
Default image based on nginx
. Nginx will run as root and listen on port 80
.
Unprivileged image based on nginxinc/nginx-unprivileged
. Nginx will run as UID 101
and listen on port 8080
.
See the included docker-compose.yml
.