Ant*_*nko 7 sockets udp tcp traefik
我的 TCP、UDP 入口点有问题
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
Run Code Online (Sandbox Code Playgroud)
我的 Traefik.yaml:
小智 1
这并没有为我解决问题: https: //community.traefik.io/t/2-3-errors-on-container-start-is-this-someting-to-worry-about/8438/8
我认为这是一个启动错误(因为它说Error while starting server),但后来我注意到它只在我停止 docker 容器时发生。所以我目前忽略它,因为一切正常。不幸的是,我无法创建一个最小的可重现示例,否则我会提交错误报告。