Can't pull any docker.io container images but ghcr.io works fine

I can’t seem to pull any docker.io images. Only GHCR.io works.
Tested both on VPN and without.
Is there any way to specify which images an app should use?

Did you hit the rate limit?

Hey, I had the same issue a while back. What worked for me was editing my Dockerfile and docker-compose.yml to use ghcr.io instead of docker.io. You can just change the image source there. Also, I tried pulling the images manually and then using them locally, which helped a lot. Sometimes Docker Hub has connectivity issues, so switching to GHCR can save a lot of headaches.

Hey, I’m using the TrueNAS Community chart apps.
Where can I change the dockerfile/docker compose yml?