From eff099eddfe48d4a8910259e5b951af4da989d07 Mon Sep 17 00:00:00 2001 From: admin Date: Thu, 2 Jul 2026 07:32:38 -0700 Subject: [PATCH] immich: restore yaml default to :-release, version controlled via immich.env --- immich/immich.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/immich.yml b/immich/immich.yml index 09c49a6..ddbcd48 100644 --- a/immich/immich.yml +++ b/immich/immich.yml @@ -5,7 +5,7 @@ services: immich-server: hostname: immich - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v3} + image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} volumes: - ${UPLOAD_LOCATION}:/data - /etc/localtime:/etc/localtime:ro @@ -47,7 +47,7 @@ services: immich-machine-learning: hostname: immich-ml - image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-v3}-openvino + image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release}-openvino volumes: - model-cache:/cache - /dev/dri:/dev/dri