fix: remove ffmpeg thread limit causing SIGSEGV in Immich

This commit is contained in:
Gan, Jimmy
2026-03-15 23:45:08 +08:00
parent ae8cf65e84
commit 512c8653a1
-1
View File
@@ -19,7 +19,6 @@ services:
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
REDIS_HOSTNAME: immich-redis
IMMICH_MACHINE_LEARNING_ENABLED: "false"
IMMICH_MEDIA_FFMPEG_THREADS: 2
healthcheck:
test: ["CMD-SHELL", "curl -f http://localhost:2283/api/server/ping || exit 1"]
interval: 30s