ivandrofly

Docker: qBittorrent

Dec 26th, 2024
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. docker run -d --name=qbittorrent -e PUID=1000 -e PGID=1000 -e TZ=Etc/UTC -e WEBUI_PORT=8080 -e TORRENTING_PORT=6881 -p 8080:8080 -p 6881:6881 -p 6881:6881/udp -v D:\docker\qtorrent\appdata:/config -v E:\torrents:/downloads --restart unless-stopped lscr.io/linuxserver/qbittorrent:latest
Add Comment
Please, Sign In to add comment