This direction just works out of the box - check the Tailscale admin console to see the DNS name of the Runway app, and just use that. Besides if you followed the setup, you already pinged the application!
curl http://your-app-name-on-tailscale:5000If you use a Dockerfile for your Runway application, ensure you set the
EXPOSE statement. This can be set in your own Dockerfile or any of the base
images you inherit from.
Use that EXPOSEd port for connections via Tailscale.