cross-posted from: https://lemmy.pe1uca.dev/post/86577

I deployed squid proxy in docker on ubuntu, I can reach it locally (127.0.0.1 or localhost)
But the connection times out when trying to use the tailscale IP even when I have http_access allow all

Do you know if there needs to be another configuration to make it work over tailscale?

  • redcalcium
    link
    fedilink
    English
    11 year ago

    Can you post your docker option (or your docker-compose file) used to run the container? Chance that you only bind to localhost there instead of binding to all network interface.

    • @pe1ucaOP
      link
      fedilink
      English
      11 year ago

      Ohh, you’re right, it was not docker directly, one of the containers is a VPN and it has a NETWORK variable I forgot to update