diff --git a/docker/immich/docker-compose.yml b/docker/immich/docker-compose.yml index a485c77..af05a5f 100644 --- a/docker/immich/docker-compose.yml +++ b/docker/immich/docker-compose.yml @@ -5,7 +5,7 @@ name: immich services: immich-server: container_name: immich_server - image: ghcr.io/immich-app/immich-server:v2.7.5 + image: ghcr.io/immich-app/immich-server:v3.0.1 restart: unless-stopped volumes: - ${IMMICH_UPLOAD_LOCATION:-/mnt/nas1/shared/immich}:/data @@ -26,7 +26,7 @@ services: immich-machine-learning: container_name: immich_machine_learning - image: ghcr.io/immich-app/immich-machine-learning:v2.7.5 + image: ghcr.io/immich-app/immich-machine-learning:v3.0.1 ports: - "3003:3003" volumes: