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@c.calciumlabs.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 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.

    • pe1uca@lemmy.pe1uca.devOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 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