我对TCP,UDP EntryPoints有问题。
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:
发布于 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
),但后来我注意到它只发生在我停止停靠容器时。所以我现在忽略它,因为一切都很好。不幸的是,我无法创建一个最小的可重复的例子,否则我会提交一个错误报告。
https://stackoverflow.com/questions/73257116
复制相似问题