Instructions for running via Docker
This commit is contained in:
parent
3fb71b74cd
commit
efd273bfa5
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -20,6 +20,17 @@ yarn start
|
|||
|
||||
Go to https://localhost:5006 in your browser and you'll see Actual.
|
||||
|
||||
## Running via Docker
|
||||
To run using a Docker container you can use following commands;
|
||||
|
||||
```
|
||||
git clone https://github.com/actualbudget/actual-server.git
|
||||
cd actual-server
|
||||
docker build -t actual-server .
|
||||
docker run -p 5006:5006 actual-server
|
||||
```
|
||||
|
||||
|
||||
## Deploying
|
||||
|
||||
You should deploy your server so it's always running. We recommend [fly.io](https://fly.io) which makes it incredibly easy and provides a free plan.
|
||||
|
|
Loading…
Reference in a new issue