Skip to content

Commit

Permalink
chore(deps): update ghcr.io/immich-app/immich-server docker tag to v1…
Browse files Browse the repository at this point in the history
….124.2
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 5ba73a4 commit c59a0c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/docker/files/media/immich/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ volumes:
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
command: ['start.sh', 'immich']
volumes:
- pictures:/usr/src/app/upload
Expand All @@ -30,7 +30,7 @@ services:

immich-microservices:
container_name: immich_microservices
image: ghcr.io/immich-app/immich-server:v1.123.0
image: ghcr.io/immich-app/immich-server:v1.124.2
command: ['start.sh', 'microservices']
volumes:
- pictures:/usr/src/app/upload
Expand Down

0 comments on commit c59a0c5

Please sign in to comment.