chore: upgrade immich-server + immich-machine-learning to v3.2.2
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-09-18 03:03:37 +00:00
parent 76ab8e3aae
commit dcef16c502
+2 -2
View File
@@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: ghcr.io/immich-app/immich-server:v3.2.0 image: ghcr.io/immich-app/immich-server:v3.2.2
volumes: volumes:
- uploads:/usr/src/app/upload - uploads:/usr/src/app/upload
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
@@ -41,7 +41,7 @@ services:
immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003 immich-machine-learning: # TODO: this has to be that name, as the frontend tries to reach it at: http://immich-machine-learning:3003
image: ghcr.io/immich-app/immich-machine-learning:v3.2.0 image: ghcr.io/immich-app/immich-machine-learning:v3.2.2
volumes: volumes:
- model-cache:/cache - model-cache:/cache
networks: networks: