chore: Update Immich to 1.124.2
Some checks failed
/ validate-docker-compose (push) Has been cancelled

This commit is contained in:
Adrien Poupa 2025-01-12 18:25:54 -05:00
parent e8e1959560
commit e5b3786456

View File

@ -1,7 +1,7 @@
services:
immich-server:
container_name: immich_server
image: ghcr.io/immich-app/immich-server:v1.123.0
image: ghcr.io/immich-app/immich-server:v1.124.2
environment:
DB_HOSTNAME: immich_postgres
DB_PASSWORD: ${IMMICH_DB_PASSWORD}
@ -37,7 +37,7 @@ services:
immich-machine-learning:
container_name: immich_machine_learning
image: ghcr.io/immich-app/immich-machine-learning:v1.123.0
image: ghcr.io/immich-app/immich-machine-learning:v1.124.2
volumes:
- immich-model-cache:/cache
restart: always