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
charlie
charlieOP2y ago
Here's the docker-compose.yaml file
Daniel
Daniel2y ago
Is your PI on a 64 bit operating system? (run arch, it should say something like "aarch64")
charlie
charlieOP2y ago
Yes, it is... is that a problem? Operating System: Raspbian GNU/Linux 11 (bullseye) Kernel: Linux 6.1.21-v8+ Architecture: arm64
sogan
sogan2y ago
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 anymore
charlie
charlieOP2y ago
Yes, yes it does 🙂 Many thanks!
RefinedTheMite
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
RefinedTheMite
This is it gets an error
RefinedTheMite
@sogan could you help where do you put Sorry for the ping
Onelots.
Onelots.2y ago
I finish my pause and I'll try to help you :happ:
RefinedTheMite
Ty
Onelots.
Onelots.2y ago
I'll go in your thread

Did you find this page helpful?