Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions immich/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ volumes:

services:
immich_server:
image: ghcr.io/immich-app/immich-server:v3.1.0
image: ghcr.io/immich-app/immich-server:v3.2.0
container_name: immich_server
networks:
- traefik_proxy
Expand Down Expand Up @@ -80,7 +80,7 @@ services:
- homepage.description=Self-hosted photo and video backup

immich_machine_learning:
image: ghcr.io/immich-app/immich-machine-learning:v3.1.0
image: ghcr.io/immich-app/immich-machine-learning:v3.2.0
container_name: immich_machine_learning
networks:
- immich
Expand Down