Upgrade Immich to 1.88 #15

Merged
cyclane merged 3 commits from immich-1.88 into main 2023-11-21 11:34:41 +00:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 894034b269 - Show all commits

View File

@ -20,6 +20,10 @@
src: "./{{ app }}/docker-compose.yml"
dest: "{{ user.home }}/{{ app }}/docker-compose.yml"
mode: "0644"
- name: Docker compose pull
ansible.builtin.command: docker compose pull
args:
chdir: "{{ user.home }}/{{ app }}"
- name: Docker compose up -d
ansible.builtin.command: docker compose up -d
args: