Skip to content

Commit

Permalink
chore(deps): update immich docker images to v1.125.6 (#901)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 28, 2025
1 parent 39dbc4e commit f3bfcd7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich-without-machine-learning
services:
"{ServiceName}-immich-server":
container_name: "{ServiceName}-immich-server"
image: ghcr.io/immich-app/immich-server:v1.125.5
image: ghcr.io/immich-app/immich-server:v1.125.6
ports:
- 2283:2283
volumes:
Expand Down
4 changes: 2 additions & 2 deletions servapps/immich/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: big-bear-immich
services:
"{ServiceName}-immich-server":
container_name: "{ServiceName}-immich-server"
image: ghcr.io/immich-app/immich-server:v1.125.5
image: ghcr.io/immich-app/immich-server:v1.125.6
ports:
- 2283:2283
volumes:
Expand All @@ -25,7 +25,7 @@ services:
hostname: "{ServiceName}-immich-server"
"{ServiceName}-immich-machine-learning":
container_name: "{ServiceName}-immich-machine-learning"
image: ghcr.io/immich-app/immich-machine-learning:v1.125.5
image: ghcr.io/immich-app/immich-machine-learning:v1.125.6
volumes:
- "{ServiceName}-immich-machine-learning-data:/cache"
environment:
Expand Down

0 comments on commit f3bfcd7

Please sign in to comment.