From 9cf7e715ccebc7dc21487b049c124c182fd1ed7b Mon Sep 17 00:00:00 2001 From: gyurix Date: Sat, 3 May 2025 13:18:38 +0200 Subject: [PATCH] Update service-immich.json to use ghcr.io for image references --- immich/service-immich.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/immich/service-immich.json b/immich/service-immich.json index 753ff6d..1ee717f 100644 --- a/immich/service-immich.json +++ b/immich/service-immich.json @@ -78,7 +78,7 @@ "POST_START": "null" }, { - "IMAGE": "immich-app/immich-server:#IMMICH_VERSION", + "IMAGE": "ghcr.io/immich-app/immich-server:#IMMICH_VERSION", "UPDATE": "true", "NAME": "immichapp-app", "MEMORY": "1024M", @@ -129,7 +129,7 @@ ] }, { - "IMAGE": "immich-app/immich-machine-learning:#IMMICH_VERSION", + "IMAGE": "ghcr.io/immich-app/immich-machine-learning:#IMMICH_VERSION", "UPDATE": "true", "NAME": "immichmachine-learning", "ROLES": "backend-www",