Clarify what is different from the upstream Docker entry point

This commit is contained in:
itepechi 2023-08-02 05:14:25 +09:00
parent 2fd04ca110
commit bc3f513f6d

View file

@ -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)