goyal-aman
FREEOP
a month ago
First time railway user, I am trying to deploy a coordinating server for p2p protocol poc for my thesis.
does railway allow exposing arbitary ports for tcp/udp traffic
can I exec into docker containers deployed?
thanks in advance. I tried looking into docs but didn't find much on it.
3 Replies
0x5b62656e5d
FREETop 1% Contributor
a month ago
In service settings, you can configure which ports are proxied.

tcp working! this doesn't allow udp traffic right?
can I exec into docker containers deployed?
0x5b62656e5d
FREETop 1% Contributor
a month ago
IIRC Railway does not support UDP.
And to exec into the deployed containers, you can simply right click the service and click Copy SSH Command.
Note that you will need to have Railway CLI installed on your local machine to use this feature.
