mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
Merge branch 'master' of github.com:davestephens/ansible-nas
* 'master' of github.com:davestephens/ansible-nas: Update Firefly III image
This commit is contained in:
commit
68dd737ba7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
- name: Create Firefly III container
|
||||
docker_container:
|
||||
name: firefly
|
||||
image: jc5x/firefly-iii:latest
|
||||
image: fireflyiii/core:latest
|
||||
pull: true
|
||||
volumes:
|
||||
- "{{ firefly_data_directory }}/export:/var/www/firefly-iii/storage/export:rw"
|
||||
|
|
Loading…
Reference in a new issue