From a09a028dc9bd2d80c2cec0d7b88a9610bb6af4ae Mon Sep 17 00:00:00 2001 From: Manu Date: Tue, 3 May 2022 17:05:48 +0400 Subject: [PATCH] Move to deployment options 2 --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5314752..77e8e71 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ docker run -p 5006:5006 actual-server ## Deploying ### Fly.io -[fly.io](https://fly.io) allows running the application directly and provides a free tier. You should be comfortable with using the command line. +[fly.io](https://fly.io) allows running the application directly and provides a free tier. You should be comfortable with using the command line to set it up though. [Create an account](https://fly.io/app/sign-in). Although you are required to enter payment details, everything we do here will work on the free tier and you won't be charged. @@ -72,10 +72,6 @@ That's it! Actual will automatically check if the `/data` directory exists and u _You can also configure the data dir with the `ACTUAL_USER_FILES` environment variable._ -### Docker -We also provide a `Dockerfile` to deploy Actual to any platform that supports Docker. (official Docker image coming soon) - - ### PikaPods Allows running Actual without using the command line via a pre-configured Docker image. Data is persisted and accessible via SFTP.