From e44181e0e7f3accce4f6f1bc960baa8b445deae5 Mon Sep 17 00:00:00 2001 From: salverius-tech Date: Wed, 17 Apr 2024 15:38:38 -0700 Subject: [PATCH] removed env.template --- services-available/immich.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services-available/immich.yml b/services-available/immich.yml index d7d3f993..66c0273d 100644 --- a/services-available/immich.yml +++ b/services-available/immich.yml @@ -10,7 +10,7 @@ networks: services: immich: container_name: ${IMMICH_CONTAINER_NAME:-immich} - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v1.95.1} + image: ghcr.io/immich-app/immich-server:${IMMICH_DOCKER_TAG:-v1.95.1} command: ["start.sh", "immich"] volumes: - ${IMMICH_UPLOAD_LOCATION:-./etc/immich/upload}:/usr/src/app/upload @@ -45,7 +45,7 @@ services: immich-microservices: container_name: immich_microservices - image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-v1.95.1} + image: ghcr.io/immich-app/immich-server:${IMMICH_DOCKER_TAG:-v1.95.1} # extends: # file: hwaccel.yml # service: hwaccel