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
If I run it again, I get failure with exit code 159:
Does anybody have a fix? I tried specifying
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:If I run it again, I get failure with exit code 159:
Does anybody have a fix? I tried specifying
platform: linux/arm64, or exporting export DOCKER_DEFAULT_PLATFORM=linux/arm64 (including variants using linux/arm/v8), with no success.