设备环境:(物理机、局域网、系统 最新)
BUG现象:(我通过docker compose 安装 watchtower
services:
watchtower:
image: containrrr/watchtower
volumes:
- /var/run/docker.sock:/var/run/docker.sock
environment:
- HTTP_PROXY=http://192.168.1.3:7893
- HTTPS_PROXY=http://192.168.1.3:7893
- NO_PROXY=localhost,127.0.0.1,docker-internal.net
- WATCHTOWER_NOTIFICATION_URLS=telegram://@telegram?chats=
- WATCHTOWER_NOTIFICATION_REPORT=true
restart: unless-stopped
command: --cleanup --interval 3600
一直提示Using no notifications 之前用用旧版的几个配置也不行, 跟gemini 对话了几十轮,他给出的结论就是,联系“飞牛系统”官方支持:告诉他们,他们的系统存在一个 Bug,无法将环境变量正确传递给 Docker 容器。您现在拥有了交叉验证的证据(换了镜像也不行),这会让您的问题报告更有说服力。
出现频率:(必现)
联系方式:(公测群225-梁洋睿,)
日志文件:(
time="2025-08-22T12:47:50Z" level=info msg="Watchtower "
time="2025-08-22T12:47:50Z" level=info msg="Using no notifications"
time="2025-08-22T12:47:50Z" level=info msg="Checking all containers (except explicitly disabled with label)"
time="2025-08-22T12:47:50Z" level=info msg="Sche**ng first run: 2025-08-22 13:47:50 +0000 UTC"
time="2025-08-22T12:47:50Z" level=info msg="Note that the first check will be performed in 59 minutes, 59 seconds")