From 6bfa1533683b9fd3e06d4a6669c1f85cdf75e70f Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:49:48 +0100 Subject: [PATCH] docker-compose-v190.yml fix image to v1.91.0 --- examples/immich/docker-compose-v190.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/immich/docker-compose-v190.yml b/examples/immich/docker-compose-v190.yml index 2bbd7bf..7b7cfc1 100644 --- a/examples/immich/docker-compose-v190.yml +++ b/examples/immich/docker-compose-v190.yml @@ -5,7 +5,7 @@ version: "3.8" services: immich-server: container_name: immich-server - image: altran1502/immich-server:release + image: altran1502/immich-server:v1.91.0 command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -36,7 +36,7 @@ services: immich-microservices: container_name: immich-microservices - image: altran1502/immich-server:release + image: altran1502/immich-server:v1.91.0 command: [ "start.sh", "microservices" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -73,7 +73,7 @@ services: # - proxy immich-machine-learning: - image: altran1502/immich-machine-learning:release + image: altran1502/immich-machine-learning:v1.91.0 container_name: immich-ml volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload