Skip to content

VPS上 Docker 安装Utorrent

参考了 https://www.moerats.com/archives/1015/#%E5%AE%89%E8%A3%85utorrent

# local at /data/utorrent
mkdir -p /data/utorrent && ln -s /data/utorrent ~/utorrent

docker run --restart=always --name utorrent -d \
-e PUID=$UID \
-e PGID=$GID \
-p 6880:8080 \
-p 6881:6881 \
-e TZ=Asia/Shanghai \
-v /data/utorrent/data:/data \
-v /data/utorrent/utorrent:/utorrent/data \
ekho/utorrent

访问用户名:admin 访问密码:为空

Leave a Reply

Your email address will not be published.