Issue with internet connectivity inside Docker container only
Hey folks, I have a set up where I have a Raspberry Pi running some Docker images with Tailscale enabled. Recently, seemingly out of the blue, I've noticed that my FreshRSS container no longer updates its feeds. I've looked through the logs and it looks like it's failing to run cURL on my various RSS feeds (error codes like "cURL error 6: Could not resolve host: url name here").
When I bash into the container cURL is definitely not working, but it is working on the Raspberry Pi itself. I saw a post saying that PiHole might sometimes trigger this sort of DNS issue but I don't have that set up or anything of the sort really. Anyone have any ideas about what might be going wrong? Thanks!