From 19f63e45041f67f9c532b7f48816db86c71a1f83 Mon Sep 17 00:00:00 2001 From: x1ao4 <112841659+x1ao4@users.noreply.github.com> Date: Wed, 9 Jul 2025 23:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=20Docker=20Compose=20?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e55ef3..053c5c1 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ docker run -d \ x1ao4/quark-auto-save-x:latest ``` -Docker Compose +Docker Compose(推荐) ```yaml version: "3.3" @@ -89,7 +89,6 @@ services: - /自定义配置文件的存储目录/quark-auto-save-x/config:/app/config - /自定义生成文件的存储目录:/media # 可选,插件 alist_strm_gen 生成 strm 使用 restart: unless-stopped -networks: {} ``` 默认管理地址:http://yourhost:5005