TCP/UDP ports
goyal-aman
FREEOP

4 months ago

First time railway user, I am trying to deploy a coordinating server for p2p protocol poc for my thesis.

  1. does railway allow exposing arbitary ports for tcp/udp traffic

  2. can I exec into docker containers deployed?

thanks in advance. I tried looking into docs but didn't find much on it.

3 Replies

In service settings, you can configure which ports are proxied.

1441322575455195100


goyal-aman
FREEOP

4 months ago

  1. tcp working! this doesn't allow udp traffic right?

  2. can I exec into docker containers deployed?


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.


Loading...