Skip to content

Commit

Permalink
chore: Update Immich to 1.124.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienPoupa committed Jan 12, 2025
1 parent e8e1959 commit e5b3786
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions immich/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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}
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e5b3786

Please sign in to comment.