From dafb26b500126201936ef632efe0dc8c2d025547 Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Wed, 11 May 2022 16:22:13 +0200 Subject: [PATCH] updated raspi docs --- docs/install/docker.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/install/docker.md b/docs/install/docker.md index 72ec9cf9..244334fb 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -343,6 +343,11 @@ ProxyPassReverse / http://localhost:8080/ # replace port !!!info Always wait at least 2-3 minutes after the very first start, since migrations will take some time! +!!!warning + If you want to use Tandoor on a Raspberry Pi running a 32-bit operating system you will need to use the following + docker image tags: `latest-raspi`, `beta-raspi` and the versioned `-raspi` + We strongly recommend using the new 64-bit Raspian image as the 32-bit version is not tested. + If you're having issues with installing Tandoor on your Raspberry Pi or similar device, follow these instructions: