fix: explicitly disable ML URL to prevent OCR job failures
This commit is contained in:
@@ -19,6 +19,7 @@ services:
|
||||
DB_DATABASE_NAME: ${DB_DATABASE_NAME}
|
||||
REDIS_HOSTNAME: immich-redis
|
||||
IMMICH_MACHINE_LEARNING_ENABLED: "false"
|
||||
IMMICH_MACHINE_LEARNING_URL: ""
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -f http://localhost:2283/api/server/ping || exit 1"]
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user