[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 <avinal.xlvii@gmail.com>
This commit is contained in:
parent
6f927bbc7b
commit
194424fedc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user