Question for #tailscale and/or #docker folks from an extremely new user of both on my home NAS…
How do I get one docker container to access `https://*.*.ts.net` URLs served by another?
I have one container serving Forgejo, works great! But my Renovate container will only resolve the local or Tailscale IP, not the fancy MagicDNS URL. (Which would be fine if it never needed to follow nicer URLs returned by the Forgejo API.)
Setting the container’s network to that of the Forgejo Tailscale server enables access to the server’s port, but not the nice URL. 🤷
**Update:** Solved! https://social.lol/@tylersticka/116767952316840680
Tyler Sticka (@[email protected])
Figured it out! 🎉 Needed to add Tailscale's MagicDNS to the server config: https://github.com/tailscale/tailscale/issues/14467#issuecomment-3715457739
