首页
学习
活动
专区
圈层
工具
发布
首页
学习
活动
专区
圈层
工具
MCP广场
社区首页 >问答首页 >Traefik错误使用闭合网络连接

Traefik错误使用闭合网络连接
EN

Stack Overflow用户
提问于 2022-08-06 04:13:37
回答 1查看 2.3K关注 0票数 1

我对TCP,UDP EntryPoints有问题。

代码语言:javascript
运行
复制
time="2022-08-03T10:12:16Z" level=error msg="accept tcp [::]:3478: use of closed network connection" entryPointName=tcp3478
time="2022-08-03T10:12:16Z" level=error msg="Error while starting server: accept tcp [::]:3478: use of closed network connection" entryPointName=tcp3478
time="2022-08-03T10:12:16Z" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=http
time="2022-08-03T10:12:16Z" level=error msg="Error while starting server: accept tcp [::]:80: use of closed network connection" entryPointName=http
time="2022-08-03T10:12:16Z" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=https
time="2022-08-03T10:12:16Z" level=error msg="Error while starting server: accept tcp [::]:443: use of closed network connection" entryPointName=https
time="2022-08-03T10:12:16Z" level=error msg="accept tcp [::]:57772: use of closed network connection" entryPointName=tcp57772
time="2022-08-03T10:12:16Z" level=error msg="Error while starting server: accept tcp [::]:57772: use of closed network connection" entryPointName=tcp57772

我的Traefik.yaml:

在这里输入图像描述

EN

回答 1

Stack Overflow用户

发布于 2022-09-08 17:09:40

这并没有为我解决这个问题:https://community.traefik.io/t/2-3-errors-on-container-start-is-this-someting-to-worry-about/8438/8

我以为这是一个启动错误(因为它写的是Error while starting server),但后来我注意到它只发生在我停止停靠容器时。所以我现在忽略它,因为一切都很好。不幸的是,我无法创建一个最小的可重复的例子,否则我会提交一个错误报告。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73257116

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档