Fixed photoview docker path
This commit is contained in:
parent
8e893b470e
commit
9952cc230b
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
handlers:
|
||||
- name: Restart Photoview
|
||||
ansible.builtin.command:
|
||||
chdir: ~/Docker/photoview-docker
|
||||
chdir: ~/Docker/photoview
|
||||
cmd: docker-compose up -d
|
||||
- name: Restart Vaultwarden
|
||||
ansible.builtin.command:
|
||||
|
|
Reference in a new issue