#How to expose my app?
2 messages · Page 1 of 1 (latest)
To expose your app, you need to have your application listen on 0.0.0.0:$PORT, where PORT is a Railway-provided environment variable. Alternatively, you can manually override the PORT environment variable by adding PORT to your projects variables page. (Command + K and type Variables or you can use the keyboard shortcut: G + V under your selected project).
⚠️ experimental feature