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