edp963 / davinci-docker

Davinci Docker Deployment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

注册后的邮箱 默认发的是0.0.0.0::8080的url激活连接 而docker运行在50880端口 邮件里的ip和端口都不对 怎么改

yanghui8837 opened this issue · comments

image

您将要访问:
http://0.0.0.0:8080///?token=DA1xxxxxxx ip 端口在哪里改?

把 0.0.0.0:8080 直接替换成你真实的davinci地址再访问不就行了么?

image

您将要访问:
http://0.0.0.0:8080///?token=DA1xxxxxxx ip 端口在哪里改?

http://0.0.0.0:58080///?token=DA1xxxxxxx ip 就好了

可以参考如下配置:
- SERVER_PROTOCOL=https
- SERVER_ADDRESS=0.0.0.0
- SERVER_ACCESS_ADDRESS=davinci.github.com
- SERVER_ACCESS_PORT=443
或者
- SERVER_PROTOCOL=http
- SERVER_ADDRESS=0.0.0.0
- SERVER_ACCESS_ADDRESS=davinci.github.com
- SERVER_ACCESS_PORT=80