[错误] 使用 Docker 镜像时,并发摘要检查失败
作者: nicholas-fedor创建于 2026年9月18日更新于 2026年9月18日
标签bug
@nicholas-fedor Hello, I have updated the debug logs regarding this issue, please take a look. If any further information is required, please let me know, and I will provide it as possible as I can.
我的 Watchtower 的 Docker 文件:
services: watchtower: image: nickfedor/watchtower container_name: watchtower restart: always network_mode: bridge volumes: - /var/run/Docker.sock:/var/run/Docker.sock environment: WATCHTOWER_MONITOR_ONLY: false WATCHTOWER_NOTIFICATIONS_HOSTNAME: NAS-DS220p WATCHTOWER_POLL_INTERVAL: 21600 WATCHTOWER_NOTIFICATION_REPORT: false #WATCHTOWER_NO_STARTUP_MESSAGE: false WATCHTOWER_NOTIFICATION_URL: telegram://1234567890:AAEJ_ASDFJH3mhKJSGmfhpk_EFQJmo2sfPd@telegram/?channels=9876543210&parseMode=html HTTP_PROXY: http://172.17.0.1:17897 HTTPS_PROXY: http://172.17.0.1:17897 TZ: Asia/Shanghai command: --cleanup --debugTelegram 中的通知:
最初由 @leic4u 在 #1896 中发布
内容来源: nicholas-fedor/watchtower