docker: restart container on config change
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
0e826f237f
commit
a6e8ab7f9d
|
@ -12,5 +12,5 @@
|
|||
project_src: '{{ matterbridge_service_path }}'
|
||||
pull: true
|
||||
state: '{{ compose_state }}'
|
||||
restarted: '{{ compose_restart }}'
|
||||
restarted: '{{ config_file.changed or compose_restart }}'
|
||||
recreate: '{{ compose_recreate }}'
|
||||
|
|
Loading…
Reference in New Issue