docker run -d \
--name=qbittorrent \
-e PUID=1000 \
-e PGID=1000 \
-e TZ=Asia/shanghai\
-e WEBUI_PORT=8080 \
-p 6881:6881 \
-p 6881:6881/udp \
-p 18081:8080 \
-v 配置路径:/config \
-v 下载路径:/downloads \
--restart unless-stopped \
lscr.io/linuxserver/qbittorrent
Last modification:March 27, 2022
© Allow specification reprint