From dff4fd6cb36f3e8ce4b95006f0ae9c1e24703817 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jul 2026 22:10:15 +0000 Subject: [PATCH] chore(deps): update immich monorepo to v3 --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index af46e0b..ba9bb79 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: app: - image: ghcr.io/immich-app/immich-server:v2.7.5 + image: ghcr.io/immich-app/immich-server:v3.0.1 volumes: - uploads:/usr/src/app/upload - /etc/localtime:/etc/localtime:ro @@ -41,7 +41,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.7.5 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.1 volumes: - model-cache:/cache networks: -- 2.52.0