From 7035f8575e437f499f270909ad5bc020d26c1a98 Mon Sep 17 00:00:00 2001 From: Hane Date: Tue, 7 Jul 2026 16:57:25 +0200 Subject: [PATCH] feat: added immich v3.0.1 --- docker/immich/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/immich/docker-compose.yml b/docker/immich/docker-compose.yml index a485c77..af05a5f 100644 --- a/docker/immich/docker-compose.yml +++ b/docker/immich/docker-compose.yml @@ -5,7 +5,7 @@ name: immich services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:v2.7.5 + image: ghcr.io/immich-app/immich-server:v3.0.1 restart: unless-stopped volumes: - ${IMMICH_UPLOAD_LOCATION:-/mnt/nas1/shared/immich}:/data @@ -26,7 +26,7 @@ services: immich-machine-learning: container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.1 ports: - "3003:3003" volumes: