if i have a service running on docker on a linux vps, how can i connect to it through the internal network that tailscale has created?
the docker container is port forwarding so the port should be exposed locally on that vps server. netstat seems to show that
tcp 0 0 127.0.0.1:5000 0.0.0.0:* LISTEN off (0.00/0/0)
but when i use localhost or the tailscale ip for the vps i am getting “connection refused”
127.0.0.1:5000
vpsip:5000
anyone have experience with something like this? thanks