From ada994435686a3050b8aa1f56315981f5ca38c8b Mon Sep 17 00:00:00 2001 From: charlesxie <408737515@qq.com> Date: Fri, 1 Mar 2024 15:45:35 +0800 Subject: [PATCH] =?UTF-8?q?feature=EF=BC=9A=E4=BF=AE=E6=94=B9=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6bdf43..58c9da3 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ services: - /path/to/your/music:/app/media:rw - /path/to/your/config:/app/data command: /start - restart: always + restart: unless-stopped ``` ps. `/path/to/your/music` 改成你的音乐文件夹路径!`/path/to/your/config` 改为配置文件路径!