From f08c34a73fa18b8ea951b05a8516640f694f5f68 Mon Sep 17 00:00:00 2001 From: Vignesh Natarajan Date: Sun, 25 Jan 2026 01:18:11 -0800 Subject: [PATCH] Docs: fix Railway deploy URL and add PORT variable --- docs/railway.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/railway.mdx b/docs/railway.mdx index 21e985f2c..26840c99e 100644 --- a/docs/railway.mdx +++ b/docs/railway.mdx @@ -16,7 +16,7 @@ and you configure everything via the `/setup` web wizard. ## One-click deploy -Deploy on Railway +Deploy on Railway After deploy, find your public URL in **Railway → your service → Settings → Domains**. @@ -55,6 +55,7 @@ Attach a volume mounted at: Set these variables on the service: - `SETUP_PASSWORD` (required) +- `PORT=8080` (required — must match the port in Public Networking) - `CLAWDBOT_STATE_DIR=/data/.clawdbot` (recommended) - `CLAWDBOT_WORKSPACE_DIR=/data/workspace` (recommended) - `CLAWDBOT_GATEWAY_TOKEN` (recommended; treat as an admin secret)