1 Star 0 Fork 44

hyf289225199/netty-nat

forked from paul008/netty-nat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
docker-compose.yml 573 Bytes
一键复制 编辑 原始数据 按行查看 历史
version: "3.8"
services:
natServer:
build:
context: nat-server
dockerfile: DockerFile
image: netty-nat-server
container_name: netty-nat-server
ports:
#内部通信使用的端口,根据resources下properties.yml中配置internal.server.port自主调整
- 8083:8083
#隧道监听的外部端口,根据nat-client中tunnel配置自主调整
- 9000:9000
- 9001:9001
natClient:
build:
context: nat-client
dockerfile: DockerFile
image: netty-nat-client
container_name: netty-nat-client
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hyf289225199/netty-nat.git
git@gitee.com:hyf289225199/netty-nat.git
hyf289225199
netty-nat
netty-nat
master

搜索帮助