From bc3f513f6d257ce62449ce8bd5f960d0eb87fe0d Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Wed, 2 Aug 2023 05:14:25 +0900 Subject: [PATCH] Clarify what is different from the upstream Docker entry point --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eeb2037bd..6091ba9e7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The differences between the upstream repository are described below: - Uses the official Elixir image from Docker Hub - Automatically builds the Akkoma backend when building the Docker image, instead of requiring complex commands after pulling/building images - Files/directories to mount are minified and completely separated from the repository files, allowing better control over file permissions -- Has a better Docker entry point where you can control the backend without using pre-written shell scripts +- Has an "actual" Docker entry point that works the way Docker entry points are supposed to work - Supports Podman quite well ## How to Setup (Podman Rootless)