Update README.md

This commit is contained in:
涵曦 2024-09-14 19:59:05 +08:00 committed by GitHub
parent 896eae92ff
commit cc05933992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,10 +20,7 @@
已经支持在 web 页面配置其他参数docker 启动命令如下:
```bash
docker run -p 8090:8090 \
-v /xiaomusic/music:/app/music \
-v /xiaomusic/conf:/app/conf \
hanxi/xiaomusic
docker run -p 8090:8090 -v /xiaomusic/music:/app/music -v /xiaomusic/conf:/app/conf hanxi/xiaomusic
```
对应的 docker compose 配置如下: