From 5879190bc661ea8b9a952525ffb2def63276c948 Mon Sep 17 00:00:00 2001 From: ChaseRensberger Date: Sun, 29 Sep 2024 00:02:32 -0400 Subject: [PATCH] clarify architecture for rasp pi --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a4f1ed8..432b703 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -17,7 +17,7 @@ $ docker run -p 80:80 -v /var/gotify/data:/app/data ghcr.io/gotify/server There are also specific docker images for other architectures: -- `gotify/server-arm7` / `ghcr.io/gotify/server-arm7`: for arm-7 processors (raspberry pi) +- `gotify/server-arm7` / `ghcr.io/gotify/server-arm7`: for arm-7 processors (raspberry pi 4 and below) - `gotify/server-arm64` / `ghcr.io/gotify/server-arm64`: for arm-64 processors `/app/data` contains the database file (if sqlite is used), images for applications and cert-files (if lets encrypt is enabled).