From 443d9d9ca88261a940f46be162db61a17e2ba554 Mon Sep 17 00:00:00 2001 From: okxlin Date: Sat, 31 Aug 2024 12:41:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=9B=B4=E6=96=B0immich=E5=88=B01.113.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/immich/{1.112.1 => 1.113.0}/.env.sample | 0 apps/immich/{1.112.1 => 1.113.0}/data.yml | 0 apps/immich/{1.112.1 => 1.113.0}/docker-compose.yml | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename apps/immich/{1.112.1 => 1.113.0}/.env.sample (100%) rename apps/immich/{1.112.1 => 1.113.0}/data.yml (100%) rename apps/immich/{1.112.1 => 1.113.0}/docker-compose.yml (96%) diff --git a/apps/immich/1.112.1/.env.sample b/apps/immich/1.113.0/.env.sample similarity index 100% rename from apps/immich/1.112.1/.env.sample rename to apps/immich/1.113.0/.env.sample diff --git a/apps/immich/1.112.1/data.yml b/apps/immich/1.113.0/data.yml similarity index 100% rename from apps/immich/1.112.1/data.yml rename to apps/immich/1.113.0/data.yml diff --git a/apps/immich/1.112.1/docker-compose.yml b/apps/immich/1.113.0/docker-compose.yml similarity index 96% rename from apps/immich/1.112.1/docker-compose.yml rename to apps/immich/1.113.0/docker-compose.yml index b759c6e0..4bb563cb 100644 --- a/apps/immich/1.112.1/docker-compose.yml +++ b/apps/immich/1.113.0/docker-compose.yml @@ -4,7 +4,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-server:v1.112.1 + image: altran1502/immich-server:v1.113.0 command: [ "start.sh", "immich" ] volumes: - ${UPLOAD_LOCATION}:/usr/src/app/upload @@ -30,7 +30,7 @@ services: restart: always networks: - 1panel-network - image: altran1502/immich-machine-learning:v1.112.1 + image: altran1502/immich-machine-learning:v1.113.0 volumes: - ${CACHE_PATH}:/cache environment: