Adding a gRPC server to tailscale docker (selfhosting private game server)
i am trying to host a private game server that was built in GO / gRPC and would like to use tailscale to allow me (and friends) to play the game outside of the house.
It uses port 8080, 3000 and 8003 when launched. I thought at first I could just have tailscale running as well as the terminal with the server open, but apparently it's not that simple - I was informed it needs to be in a docker inside of Tailscale in order for it to work
So my question is, what would the process of that be?