From 194424fedc51931ac32e4511313d5752f2a5ed3f Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Fri, 19 Jan 2024 13:45:07 +0530 Subject: [PATCH] [Immich] Update image tag to use official registry - update the image registry from altran1502 to ghcr.io/immich-app - Refer: https://github.com/immich-app/immich/blob/v1.93.0/docker/docker-compose.yml Signed-off-by: Avinal Kumar --- apps/immich/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/immich/docker-compose.yml b/apps/immich/docker-compose.yml index a5f7f66c..ba9b2594 100644 --- a/apps/immich/docker-compose.yml +++ b/apps/immich/docker-compose.yml @@ -4,7 +4,7 @@ services: immich: container_name: immich - image: altran1502/immich-server:v1.93.3 + image: ghcr.io/immich-app/immich-server:v1.93.3 command: ["start-server.sh"] volumes: - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload @@ -53,7 +53,7 @@ services: immich-microservices: container_name: immich-microservices - image: altran1502/immich-server:v1.93.3 + image: ghcr.io/immich-app/immich-server:v1.93.3 command: ["start-microservices.sh"] volumes: - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload @@ -75,7 +75,7 @@ services: immich-machine-learning: container_name: immich-machine-learning - image: altran1502/immich-machine-learning:v1.93.3 + image: ghcr.io/immich-app/immich-machine-learning:v1.93.3 volumes: - ${ROOT_FOLDER_HOST}/media/data/images/immich:/usr/src/app/upload - ${APP_DATA_DIR}/data/immich-ml-cache:/cache