Do I need to configure anything in the Docker Image to support TCP proxy?
For some reason I can't use the TCP proxy in the Minecraft Server template, I get "connection reset"
10 Replies
Project ID:
1b153952-3700-4096-b9e8-2334102546f6
1b153952-3700-4096-b9e8-2334102546f6
The server is listening on all interfaces
maybe minecraft doesn't forward some data required to identify the proxy? idk
i have to ask, do you have the service in tcp mode?
i think yes?
in my head i think railway identify the proxy by the port, even trying directly the IP it doesn't work
Forgot that I'm using a docker image
Yeah, created a Dockerfile +
EXPOSE 25565
and it worked
maybe Docker Image doesn't work with thenDocker image does work. You might need to redeploy the service after setting up the proxy
let me give a try
yeah it works
so then when setting up a tcp proxy is good to auto redeploy the service then, just like http domains
yup. we will also document it
good, thanks
@thallescomh we should pllay