We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
开发者你好,一般来说,实用NAS,音乐是单独放在一个媒体库的,目前setting.json和下载音乐是放在同一个目录的,混在一起不便于管理,建议分成两个目录。
当然,实用上没啥影响。
The text was updated successfully, but these errors were encountered:
建议不错,当初这样实现是为了少映射一个目录进docker里做持久化,后面考虑加个可以配置目录。
Sorry, something went wrong.
50da8a0
配置示例:
services: xiaomusic: image: hanxi/xiaomusic container_name: xiaomusic restart: unless-stopped ports: - 8090:8090 volumes: - ./music:/app/music - ./conf:/app/conf environment: MI_USER: '小米账号' MI_PASS: '小米密码' XIAOMUSIC_CONF_PATH: /app/conf XIAOMUSIC_HOSTNAME: 'docker 主机 ip'
这样就会把 setting.json 文件保存到容器中的 /app/conf 目录和 docker 主机的 ./conf 目录。
666,太高效了,非常感谢!
No branches or pull requests
开发者你好,一般来说,实用NAS,音乐是单独放在一个媒体库的,目前setting.json和下载音乐是放在同一个目录的,混在一起不便于管理,建议分成两个目录。
当然,实用上没啥影响。
The text was updated successfully, but these errors were encountered: