You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, thanks for the great write-up and docs! I have a few questions. Take the below for example. Current this docker compose setup is accessible via https/443 AND http/80 (due to network_mode: service I assume). Most (all?) docker images seem to listen on 0.0.0.0, and changing that to 127.0.0.1 should prevent access over the tailscale network, but I'm trying to expose the container both within my LAN and on the tailnet.
Hey, thanks for the great write-up and docs! I have a few questions. Take the below for example. Current this docker compose setup is accessible via https/443 AND http/80 (due to
network_mode: service
I assume). Most (all?) docker images seem to listen on0.0.0.0
, and changing that to127.0.0.1
should prevent access over the tailscale network, but I'm trying to expose the container both within my LAN and on the tailnet.and the
serverconfig.json
is as follows...80
?Basically I only want to allow access to
https://draw.[ts_name].ts.net
, regardless of funnel being on or off. Or at least redirect to https/443?The text was updated successfully, but these errors were encountered: