fmartinou / whats-up-docker

What's up Docker ( aka WUD ) gets you notified when a new version of your Docker Container is available.
https://fmartinou.github.io/whats-up-docker
MIT License
984 stars 32 forks source link

Keep getting timed out. #295

Open Dvalin21 opened 1 year ago

Dvalin21 commented 1 year ago

I'm currently getting the following from Portainer

23:23:56.184 WARN whats-up-docker/watcher.docker.local: Error when processing (Error: connect ETIMEDOUT 3.216.34.172:443) (container=local_WUD) 23:23:56.187 WARN whats-up-docker/watcher.docker.local: Error when processing (Error: connect ETIMEDOUT 3.216.34.172:443) (container=local_Joplin) 23:23:56.189 WARN whats-up-docker/watcher.docker.local: Error when processing (Error: connect ETIMEDOUT 44.205.64.79:443) (container=local_CloudBeaver) 23:23:56.191 WARN whats-up-docker/watcher.docker.local: Error when processing (Error: connect ETIMEDOUT 34.205.13.154:443) (container=local_Joplin-DB) 23:23:56.194 WARN whats-up-docker/watcher.docker.local: Error when processing (Error: connect ETIMEDOUT 44.205.64.79:443) (container=local_Vaultwarden) 23:23:56.195 WARN whats-up-docker/watcher.docker.local: Error when processing (Error: connect ETIMEDOUT 3.216.34.172:443) (container=local_remotely)

I'm running WUD on my synology nas and followed the following instructions to secure my device. https://mariushosting.com/how-to-set-up-synology-firewall-geoip-blocking/

Now.

I know that it uses port 3000 and possibly 2375, however, i've made sure to open these or allow in the firewall rule. Still it gets these errors each time. I've installed WUD on another device and able to use reverse proxy and everything works great (without the firewall rules). I'm trying to figure out what port could the firewall could be blocking that is not being seen by portainer? Any help would be appreciated. Thanks.