From 38578f2b4ce7f576571d2e4c3392d650e8fa317f Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Tue, 4 Feb 2025 13:17:33 +0100 Subject: [PATCH] docs(setup): list of supported docker architectures Signed-off-by: Erik Michelson --- docs/content/setup/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/setup/docker.md b/docs/content/setup/docker.md index 28be3bcb5..e5c6dea12 100644 --- a/docs/content/setup/docker.md +++ b/docs/content/setup/docker.md @@ -6,7 +6,7 @@ - [Docker Compose](https://docs.docker.com/compose/install/) The official docker images are [available on quay.io](https://quay.io/repository/hedgedoc/hedgedoc). -We currently only support the `amd64` architecture. +We currently support the `amd64` and `arm64` architectures. The easiest way to get started with HedgeDoc and Docker is to use the following `docker-compose.yml`: