@BlueBulb ,
You can use
netshoot like I did to try to know if my container was able to get solve names.
In the thread I pointed before, I did not mention that it was also not able to fetch the icons since it was not able to solve domain names.
Did you configure email notifications ? Do they work ?
I found the hint for a name resolution issue when I tried to install iptools in the bitwarden container and it threw this error :
Failed to fetch http://deb.debian.org/debian/dists/buster/InRelease Temporary failure resolving 'deb.debian.org'
So I decided to run netshoot to check for any network issue
This is how I ran my test with ssh access to my NAS (quoted from the netshoot github page) :
- Container's Network Namespace: If you're having networking issues with your application's container, you can launch netshoot with that container's network namespace like this :
$ docker run -it --net container:<container_name> nicolaka/netshoot
Maybe you can give it a try to see if it can narrow the possible issues
Suggestion, can we move this to another topic of your own ?
It might be helpfull for anybody having the same issue as you have.