Sean Zhang
Sean Zhang
Some files' content is encoded, for example, videos, audios, or compressed files, which can't discover by showing text content. A shortcut key `o` to open the file quickly is a...
组织名称:浙江微萌 组织官网:https://www.weimeng-hosp.com 组织地点:中国杭州 场景用途:作为快速报表、可视化分析、大屏工具
Looking forward to this feature.
我发现问题了,项目application.yml文件里面指定了spring.server.address 指定了 127.0.0.1,导致只能监听本地。 把Dockerfile里面把这个配置置空即可容器外部端口映射访问。参考我的Dockerfile: ```sh cp -v /opt/davinci/config/application.yml.example /opt/davinci/config/application.yml \ && sed -i 's|address:\ 127.0.0.1|address:|' config/application.yml ```
我为Davinci做了docker镜像,[zhangsean/davinci](https://hub.docker.com/r/zhangsean/davinci/),每天监控davinci版本发布自动构建镜像,有基于alpine和openj9两个jre的版本,一个镜像小,一个内存占用小,大家可以试试。
估计他说的也是容器启动成功但是外部无法访问,看如下问题: https://github.com/edp963/davinci-docker/issues/30
把spring.server.address配置置空
这个选项不是自动签到的意思,是自动从github拉取最新nodejs签到代码的意思。
I met the same issue, which timeout during connecting to server port 1701. My L2TP/IPSec VPN runs normaly for Windows and Mac clients, only UDP port 500 and 4500 are...
可以考虑在ftp服务端设置固定的数据端口,不要使用随机数据端口,然后把这两个端口都穿透出来。