From affee5a336f1ea98834bbb195e7744078415b43b Mon Sep 17 00:00:00 2001 From: Thomas M Date: Sat, 29 Nov 2025 13:03:01 +0000 Subject: [PATCH] immich/docker-compose.yml aktualisiert --- immich/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index dc3c436..87f2793 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -1,7 +1,7 @@ services: immich-server: - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-latest} + image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} container_name: immich-server volumes: - ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload @@ -24,7 +24,7 @@ services: restart: unless-stopped immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:latest + image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_AI_VERSION:-release} container_name: immich-ml volumes: - ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload