uiblog_it

install qbittorrent

Jan 5th, 2023 (edited)
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | Software | 0 0
  1. docker run -d --name=qbittorrent \
  2. -p 6881:6881 \
  3. -p 6881:6881/udp \
  4. -p 9865:9865 \
  5. -e WEBUI_PORT=9865 \
  6. -e PUID=1026 \
  7. -e PGID=100 \
  8. -e TZ=Europe/Rome \
  9. -v /volume1/docker/qbittorrent:/config \
  10. -v /volume1/NAS1/Dati/torrent_dw:/downloads \
  11. --restart always \
  12. ghcr.io/linuxserver/qbittorrent
Tags: docker
Add Comment
Please, Sign In to add comment