From ec8265297de39badaec6e901c03900fc4f020ba4 Mon Sep 17 00:00:00 2001 From: Adam Trager Date: Sun, 29 Oct 2023 23:02:19 -0400 Subject: [PATCH] Update railway.md --- docs/install/railway.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/railway.md b/docs/install/railway.md index b0607bb3d..52c259699 100644 --- a/docs/install/railway.md +++ b/docs/install/railway.md @@ -15,9 +15,9 @@ If you don't already have a Railway account, visit [railway.app](https://railway From your [Railway dashboard](https://railway.app/dashboard), click `New project` and select `Empty project`. -Click `Add a service`, then select `Docker image`. Enter Actual server's docker image, `actualbudget/actual-server:latest`. Your server will immediately start deploying. +Click `Add a service`, then select `Docker image`. Enter Actual server's docker image, `actualbudget/actual-server:latest`. Your Actual server will immediately start deploying. -Click `New`, then follow the prompts. There should only be one available service to attach the volume to, and enter `/data` as the mount point. +Click `New`, then `'volume`. Follow the prompts. There should only be one available service to attach the volume to, and enter `/data` as the mount point. Click on your service. By default it will have a random name like `future-rock`. In the `variables` tab, create a new variable called `PORT`. Give it a value of `443` for HTTPS (Railway will handle the cert for you).