From 70c3dc71e5f900c1578f044f89c8527eed60950e Mon Sep 17 00:00:00 2001 From: jianzhichu Date: Mon, 12 Jan 2026 10:50:45 +0800 Subject: [PATCH] =?UTF-8?q?unraid=E7=8E=A9=E5=AE=B6=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=20user=E9=85=8D=E7=BD=AE=20--user=201000:100?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92a285a..9c2bd1d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ Cookie 及 `sec_user_id` 是同步功能的核心,需严格按步骤获取, 将下方命令中的「本地路径」替换为你的实际路径,终端执行即可: -#### 方式一:Docker 命令行 +#### 方式一:Docker 命令行(不推荐) ```bash docker run -d --restart=always \ -v /opt/dysync/coll:/app/collect \ @@ -121,6 +121,8 @@ docker run -d --restart=always \ ### 方式二:Docker Compose 运行(推荐) 创建 docker-compose.yml 文件,复制以下内容,替换「本地路径」后执行 docker-compose up -d: +需要注意:unraid玩家需要增加 user配置 --user 1000:100 + ```bash version: '3.8'