Replies: 1 comment
-
Not sure if #48 is related. It's a timeout instead of a rejected connection. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
• Mac mini M2
• MacOS 15.1.1 (latest)
• Podman 5.3.0 (latest)
It took some finagling, but I finally got TSDProxy running with this compose setup:
I have a few Node apps running on ports in the 3000s. I also have the
sample-nginx
container running from the quick start docs.I can see
tsdproxy
,tsdproxy-tailscale-docker-proxy-1
,nodeapp
, andsample-nginx
in my list of Tailscale machines.I can also see the services running when I visit the TSDProxy dashboard:
<!-- https://tsdproxy.<silly-name>.ts.net --> https://nodeapp https://sample-nginx https://tsdproxy
However, any time I try to visit one of these services, it fails and I get a connection error in my logs.
I've tried to define networks (#43) but that doesn't do the trick either (the node app has a network configured). Any suggestions?
Beta Was this translation helpful? Give feedback.
All reactions