diff --git a/immich/docker-compose.yml b/immich/docker-compose.yml index dc3c436..87f2793 100644 --- a/immich/docker-compose.yml +++ b/immich/docker-compose.yml @@ -1,7 +1,7 @@ services: immich-server: - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-latest} + image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} container_name: immich-server volumes: - ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload @@ -24,7 +24,7 @@ services: restart: unless-stopped immich-machine-learning: - image: ghcr.io/immich-app/immich-machine-learning:latest + image: ghcr.io/immich-app/immich-machine-learning:${IMMICH_AI_VERSION:-release} container_name: immich-ml volumes: - ${UPLOAD_LOCATION:-./immich_upload}:/usr/src/app/upload