feature:修改 readme

This commit is contained in:
charlesxie
2024-03-01 15:45:35 +08:00
parent fef82b7246
commit ada9944356

View File

@@ -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` 改为配置文件路径!