Error with docker on Raspberry Pi 4B
Hi,
When I run "docker compose up -d" I get the following:
pi@pi4:~/immich-app $ sudo docker compose up -d
[+] Running 5/8
⠴ database Pulling 0.5s
✘ immich-proxy Error 0.5s
✘ immich-server Error 0.5s
⠴ redis Pulling 0.5s
✘ immich-machine-learning Error 0.5s
✘ immich-microservices Error 0.5s
✘ immich-web Error 0.5s
⠴ typesense Pulling 0.5s
no matching manifest for linux/arm/v8 in the manifest list entries
The errors seem different every time I run it....
13 Replies
Here's the docker-compose.yaml file
Is your PI on a 64 bit operating system? (run
arch
, it should say something like "aarch64")Yes, it is... is that a problem?
Operating System: Raspbian GNU/Linux 11 (bullseye)
Kernel: Linux 6.1.21-v8+
Architecture: arm64
does it work if you add
platform: linux/arm64
under each service?
running a 64-bit os is good in this case since I don’t think we support 32-bit anymoreYes, yes it does 🙂 Many thanks!
I have the same problem could u @charlie yr now update .yml file so I can see how you have laid it out pls
On second thought could you just send the whole file so I can download it and use it it is not working on my pi with the fix, or I am doing it wrong
This is it gets an error

@sogan could you help where do you put
Sorry for the ping
I finish my pause and I'll try to help you
:happ:
Ty
I'll go in your thread