migration from qb-desktop to qb-nox
Posted: Mon Jan 20, 2025 6:46 pm
Hi, so I've read throught he installation guide of the docker-qbittorrent-nox and tried to run it in a docker stack using the qbittorrent-stack yaml but when I do that no torrents are being shown.
This is my yaml atm.
do I need to add this path as well?
if so, what would go after the : ?
Does anyone maybe know how to solve this issue?
my device is a RaspberryPi 5 running RaspiOS with qB v4.5.2
Thank you for the help
This is my yaml atm.
Code: Select all
qbittorrent-nox:
environment:
- QBT_LEGAL_NOTICE=confirm
- QBT_WEBUI_PORT=8080
- QBT_VERSION=latest
- PUID=1000
- PGID=1000
image: qbittorrentofficial/qbittorrent-nox:latest
ports:
- 6881:6881/tcp
- 6881:6881/udp
- 8080:8080/tcp
stop_grace_period: 30m
tmpfs:
- /tmp
tty: true
volumes:
- /home/USER/.config/qBittorrent:/config
- /media/USER/DISK/media/download:/downloads
Code: Select all
/home/USER/.local/share/qBittorrent
Does anyone maybe know how to solve this issue?
my device is a RaspberryPi 5 running RaspiOS with qB v4.5.2
Thank you for the help