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"
No description
10 Replies
Percy
Percy9mo ago
Project ID: 1b153952-3700-4096-b9e8-2334102546f6
ThallesComH
ThallesComH9mo ago
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
Brody
Brody9mo ago
i have to ask, do you have the service in tcp mode?
ThallesComH
ThallesComH9mo ago
i think yes?
No description
ThallesComH
ThallesComH9mo ago
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 then
jr
jr9mo ago
Docker image does work. You might need to redeploy the service after setting up the proxy
ThallesComH
ThallesComH9mo ago
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
jr
jr9mo ago
yup. we will also document it
ThallesComH
ThallesComH9mo ago
good, thanks
alex
alex9mo ago
@thallescomh we should pllay