From 8b33002ee96d68aa776721cef9209d85efb50cbc Mon Sep 17 00:00:00 2001 From: Olalekan Raheem Date: Tue, 24 Sep 2024 15:09:15 +0000 Subject: [PATCH] arm64 docs addedd --- src/routes/docs/advanced/self-hosting/+page.markdoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/routes/docs/advanced/self-hosting/+page.markdoc b/src/routes/docs/advanced/self-hosting/+page.markdoc index 7bc317c348..3381bae2a6 100644 --- a/src/routes/docs/advanced/self-hosting/+page.markdoc +++ b/src/routes/docs/advanced/self-hosting/+page.markdoc @@ -125,6 +125,15 @@ You can stop your Appwrite containers by using the following command executed fr docker compose stop ``` +## Install on Arm64 {% #install-arm64 %} + +You will have to replace the redis image in the [`docker-compose.yml`](https://appwrite.io/install/compose) file + +```yml +redis: + image: arm64v8/redis:7.2.4-alpine +``` + # Uninstall {% #uninstall %} To stop and remove your Appwrite containers, you can use the following command executed from the same directory as your `docker-compose.yml` file.