© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
ImmichI
Immich•7mo ago•
7 replies
UtSharpMotion

Platform/architecture docker compose Raspberry Pi

Hi!

I'm trying to run Immich on my Raspberry Pi 4B using the quick start guide. I have platforms problem that I don't manage to solve. When I run
docker compose up
docker compose up
:

! redis The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested
! immich-machine-learning The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested
! database The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested
! immich-server The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested
! redis The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested
! immich-machine-learning The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested
! database The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested
! immich-server The requested image's platform (linux/arm64) does not match the detected host platform (linux/arm/v8) and no specific platform was requested


If I run it again, I get failure with exit code 159:

pi@rpi:~/immich $ docker compose up
Attaching to immich_machine_learning, immich_postgres, immich_redis, immich_server
immich_postgres exited with code 159
immich_redis exited with code 159
immich_machine_learning exited with code 159
immich_server exited with code 159
pi@rpi:~/immich $ docker compose up
Attaching to immich_machine_learning, immich_postgres, immich_redis, immich_server
immich_postgres exited with code 159
immich_redis exited with code 159
immich_machine_learning exited with code 159
immich_server exited with code 159


Does anybody have a fix? I tried specifying
platform: linux/arm64
platform: linux/arm64
, or exporting
export DOCKER_DEFAULT_PLATFORM=linux/arm64
export DOCKER_DEFAULT_PLATFORM=linux/arm64
(including variants using
linux/arm/v8
linux/arm/v8
), with no success.
ImmichJoin
A place to hang out, get support, discuss Immich, get announcements about releases and anything else going on.
36,590Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Error with docker on Raspberry Pi 4B
ImmichIImmich / help-desk-support
3y ago
Use USB HDD under Raspberry Pi under Docker
ImmichIImmich / help-desk-support
14mo ago
docker-compose
ImmichIImmich / help-desk-support
13mo ago
Trouble Building Immich Docker Containers for Raspberry Pi 5
ImmichIImmich / help-desk-support
8mo ago