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
mac网易云音乐版本是最新的2.3.2(834) 拉了最新的仓库代码到了 ~/Code 文件夹下后按照 #48 成本配置了证书,配置了 proxifier 后,直接用 node 跑后成功运行,播放原本灰色的歌曲也能正常放了 可是按照一样配置的 docker 启动,歌也是能听的,但是原本是灰色的那些歌都不能放了
~/Code
version: '3' services: unblockmusic: container_name: unblockmusic restart: always image: nondanee/unblockneteasemusic:latest environment: NODE_ENV: production ports: - 8080:8080 - 8081:8081 volumes: - ~/Code/UnblockNeteaseMusic/server.key:/usr/src/app/server.key - ~/Code/UnblockNeteaseMusic/server.crt:/usr/src/app/server.crt command: -p 8080:8081
这是 docker-compose.yml 的配置,不知哪里出现了问题 话说,win10 上一分钟就可以搞定了美美地用起来,而 mac 真的麻烦
docker-compose.yml
The text was updated successfully, but these errors were encountered:
用pac代理可以
Sorry, something went wrong.
No branches or pull requests
mac网易云音乐版本是最新的2.3.2(834)
拉了最新的仓库代码到了
~/Code
文件夹下后按照 #48 成本配置了证书,配置了 proxifier 后,直接用 node 跑后成功运行,播放原本灰色的歌曲也能正常放了可是按照一样配置的 docker 启动,歌也是能听的,但是原本是灰色的那些歌都不能放了
这是
docker-compose.yml
的配置,不知哪里出现了问题话说,win10 上一分钟就可以搞定了美美地用起来,而 mac 真的麻烦
The text was updated successfully, but these errors were encountered: