Skip to content

Commit

Permalink
Update railway.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nfinished authored Oct 30, 2023
1 parent bfece38 commit ec82652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/railway.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down

0 comments on commit ec82652

Please sign in to comment.