From 3a131b8a3fc17d78a61295196eb78a3da01dda47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hermann=20K=C3=A4ser?= Date: Tue, 24 Mar 2026 15:53:46 -0400 Subject: [PATCH] upgrade to v2.6.3 --- compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.yml b/compose.yml index 0219215..91fea31 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v2.5.6 + image: ghcr.io/immich-app/immich-server:v2.6.3 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -38,7 +38,7 @@ services: immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 - image: ghcr.io/immich-app/immich-machine-learning:v2.5.6 + image: ghcr.io/immich-app/immich-machine-learning:v2.6.3 volumes: - model-cache:/cache networks: @@ -47,7 +47,7 @@ services: disable: false redis: - image: docker.io/valkey/valkey:9@sha256:fb8d272e529ea567b9bf1302245796f21a2672b8368ca3fcb938ac334e613c8f + image: docker.io/valkey/valkey:9@sha256:3eeb09785cd61ec8e3be35f8804c8892080f3ca21934d628abc24ee4ed1698f6 healthcheck: test: redis-cli ping || exit 1 networks: