Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- docker run -d --name=qbittorrent \
- -p 6881:6881 \
- -p 6881:6881/udp \
- -p 9865:9865 \
- -e WEBUI_PORT=9865 \
- -e PUID=1026 \
- -e PGID=100 \
- -e TZ=Europe/Rome \
- -v /volume1/docker/qbittorrent:/config \
- -v /volume1/NAS1/Dati/torrent_dw:/downloads \
- --restart always \
- ghcr.io/linuxserver/qbittorrent
Add Comment
Please, Sign In to add comment