From 5e9d7553905c98a8f57a6901d3399afe0abdd585 Mon Sep 17 00:00:00 2001 From: "martin.fencl" Date: Tue, 16 Dec 2025 11:58:09 +0100 Subject: [PATCH] add immich 4 --- update_immich.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_immich.yml b/update_immich.yml index 7f5927e..a2a10a7 100644 --- a/update_immich.yml +++ b/update_immich.yml @@ -190,7 +190,7 @@ - "cd {{ immich_dir }} && {{ immich_compose_cmd }} config >/dev/null" - "cd {{ immich_dir }} && {{ immich_compose_cmd }} pull >/dev/null" - - "cd {{ immich_dir }} && {{ immich_compose_cmd }} up -d --remove-orphans >/dev/null" + - "cd {{ immich_dir }} && {{ immich_compose_cmd }} up -d --remove-orphans --force-recreate >/dev/null" tasks: - name: Ensure sshpass is installed (for password-based SSH) # English comments