feature:新增数据库文件挂载映射

This commit is contained in:
charlesxie
2023-09-18 17:23:24 +08:00
parent 579cc6c646
commit 935b9e59c5

View File

@@ -67,7 +67,7 @@ services:
ports:
- "8001:8001"
volumes:
- /path/to/your/music:/app/media:z
- /path/to/your/music:/app/media:rw
- /path/to/your/config:/app/data
command: /start
restart: always