From bc28325029c6f5a6c0198d02d1c87e412d2f041c Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 22 May 2025 00:55:54 +0200 Subject: [PATCH] chore: Update docker-compose.yml --- examples/immich/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/immich/docker-compose.yml b/examples/immich/docker-compose.yml index 7370430..0687a85 100644 --- a/examples/immich/docker-compose.yml +++ b/examples/immich/docker-compose.yml @@ -1,7 +1,7 @@ services: immich-server: - image: altran1502/immich-server:${IMMICH_VERSION:-release} + image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} container_name: immich-server volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -31,7 +31,7 @@ services: # - traefik.http.routers.immich-swagger.middlewares=local-ipwhitelist@file immich-machine-learning: - image: altran1502/immich-machine-learning:${IMMICH_VERSION:-release} + image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_VERSION:-release container_name: immich-ml volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -46,7 +46,7 @@ services: - immich-internal immich-redis: - image: docker.io/valkey/valkey:8-bookworm + image: docker.io/valkey/valkey:8-bookworm@sha256:ff21bc0f8194dc9c105b769aeabf9585fea6a8ed649c0781caeac5cb3c247884 container_name: immich-redis restart: unless-stopped healthcheck: