-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
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
支持手动打包吗?有没有相关的文档? #56
Comments
用docker compose呗 version: '3' services: |
我用Docker完成了部署,但是出现了问题,账号无法注册等情况 |
上面环境变量要填的项都可以在wiki里找到,环境变量除了最后一个其他的都不要带引号,不然登陆注册跳转的网址也带引号,会导致无法访问从而出现错误 |
是的,我就是这么做的!我尝试了好几次,都是这个结果。 |
那就不清楚了,我挂着代理注册登陆倒是没有问题,就只有不挂代理的时候注册不了 |
后续会出手动打包吗? |
这不是有Dockerfile文件吗,就可以手动打包啊,把所有文件clone下来就可以了build就好了,不过我试过fork下来用github的workflows打包,结果有时候能成功有时候不能,可能是因为占用的资源太多了 |
目前没有精力维护其他的部署方式,抱歉 |
如题,Docker不会用,另外一个不知道为什么也使用不了。
The text was updated successfully, but these errors were encountered: