paperless.yml aktualisiert
This commit is contained in:
parent
ea35953ab1
commit
481a467091
@ -119,7 +119,7 @@
|
|||||||
notify: Restart paperless
|
notify: Restart paperless
|
||||||
|
|
||||||
- name: Start paperless
|
- name: Start paperless
|
||||||
ansible.builtin.shell: docker-compose up -d
|
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||||
args:
|
args:
|
||||||
chdir: /home/docker/paperless.{{inventory_hostname}}
|
chdir: /home/docker/paperless.{{inventory_hostname}}
|
||||||
creates: /home/docker/paperless.{{inventory_hostname}}/data/db.sqlite3
|
creates: /home/docker/paperless.{{inventory_hostname}}/data/db.sqlite3
|
||||||
@ -168,7 +168,7 @@
|
|||||||
notify: Restart paperless
|
notify: Restart paperless
|
||||||
|
|
||||||
- name: Restart paperless
|
- name: Restart paperless
|
||||||
ansible.builtin.shell: docker-compose up -d
|
ansible.builtin.shell: docker-compose up -d --force-recreate
|
||||||
args:
|
args:
|
||||||
chdir: /home/docker/paperless.{{inventory_hostname}}
|
chdir: /home/docker/paperless.{{inventory_hostname}}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user