From 12780b266eb7df70b47f82e2aa604f954ef279d1 Mon Sep 17 00:00:00 2001 From: x1ao4 <112841659+x1ao4@users.noreply.github.com> Date: Sun, 18 May 2025 02:03:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B2=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9b82a95..06d47f5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,6 @@ docker run -d \ -p 5005:5005 \ -v /自定义配置文件的存储目录/quark-auto-save-x/config:/app/config \ -v /自定义生成文件的存储目录:/media \ # 可选,插件 alist_strm_gen 生成 strm 使用 - -v /自定义下载文件的存储目录:/downloads \ # 可选,插件 aria2 下载文件使用 --restart unless-stopped \ x1ao4/quark-auto-save-x:latest ``` @@ -81,7 +80,6 @@ services: volumes: - /自定义配置文件的存储目录/quark-auto-save-x/config:/app/config - /自定义生成文件的存储目录:/media # 可选,插件 alist_strm_gen 生成 strm 使用 - - /自定义下载文件的存储目录:/downloads # 可选,插件 aria2 下载文件使用 restart: unless-stopped networks: {} ```