Skip to content

Commit

Permalink
chore(Immich): bump version to v1.123.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Dec 22, 2024
1 parent e612a1d commit 2a302f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Apps/Immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
memory: 1024M
container_name: immich-server
hostname: immich-server
image: altran1502/immich-server:v1.122.3
image: altran1502/immich-server:v1.123.0
volumes:
- /DATA/Gallery/immich:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro
Expand All @@ -30,7 +30,7 @@ services:
immich-machine-learning:
container_name: immich-machine-learning
hostname: immich-machine-learning
image: altran1502/immich-machine-learning:v1.122.3
image: altran1502/immich-machine-learning:v1.123.0
environment:
DB_DATABASE_NAME: immich
DB_PASSWORD: postgres
Expand All @@ -46,7 +46,7 @@ services:
redis:
container_name: immich-redis
hostname: immich-redis
image: docker.io/redis:6.2-alpine@sha256:2ba50e1ac3a0ea17b736ce9db2b0a9f6f8b85d4c27d5f5accc6a416d8f42c6d5
image: docker.io/redis:6.2-alpine@sha256:eaba718fecd1196d88533de7ba49bf903ad33664a92debb24660a922ecd9cac8
healthcheck:
test: redis-cli ping || exit 1
volumes:
Expand Down

0 comments on commit 2a302f2

Please sign in to comment.