From d614070f445f8a778892a3f8b46868b62a5df15a Mon Sep 17 00:00:00 2001 From: Kovah Date: Fri, 6 May 2022 08:13:30 +0200 Subject: [PATCH] Update readme with details about the Docker images --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 275b982..b18c364 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,12 @@ Now, run `flyctl launch` from `actual-server`. You should have a running app now Whenever you want to update Actual, update the versions of `@actual-app/api` and `@actual-app/web` in `package.json` and run `flyctl deploy`. -**Note:** if you don't want to use fly, we still provide a `Dockerfile` to build the app so it should work anywhere that can compile a docker image. +### Using a custom Docker setup + +Actual is also available as a Docker image ready to be run in your own custom environment. + +- Docker Hub: `jlongster/actual-server` +- Github Registry: `ghcr.io/actualbudget/actual-server` ### Persisting server data